Class VideoMetadata
Metadata for a video.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class VideoMetadata : MediaMetadata
Constructors
| Improve this Doc View SourceVideoMetadata(Dimensions, GpsCoordinates, Nullable<DateTime>, Nullable<UInt64>)
Initializes a new instance of the VideoMetadata class.
Declaration
public VideoMetadata(Dimensions dimensions = null, GpsCoordinates location = null, DateTime? timeTaken = null, ulong? duration = null)
Parameters
Type | Name | Description |
---|---|---|
Dimensions | dimensions | Dimension of the photo/video. |
GpsCoordinates | location | The GPS coordinate of the photo/video. |
System.Nullable<System.DateTime> | timeTaken | The timestamp when the photo/video is taken. |
System.Nullable<System.UInt64> | duration | The duration of the video in milliseconds. |
Properties
| Improve this Doc View SourceDuration
The duration of the video in milliseconds.
Declaration
public ulong? Duration { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt64> |