Show / Hide Table of Contents

Class VideoMetadata

Metadata for a video.

Inheritance
System.Object
MediaMetadata
VideoMetadata
Inherited Members
MediaMetadata.IsPhoto
MediaMetadata.AsPhoto
MediaMetadata.IsVideo
MediaMetadata.AsVideo
MediaMetadata.Dimensions
MediaMetadata.Location
MediaMetadata.TimeTaken
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 Source

VideoMetadata(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 Source

Duration

The duration of the video in milliseconds.

Declaration
public ulong? Duration { get; protected set; }
Property Value
Type Description
System.Nullable<System.UInt64>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • VideoMetadata(Dimensions, GpsCoordinates, Nullable<DateTime>, Nullable<UInt64>)
  • Properties
    • Duration
Back to top Generated by DocFX