VideoMetadata Class¶
Metadata concerning videos.
Constructors¶
| Name | Description |
|---|---|
| VideoMetadata(Dimensions, GpsCoordinates, DateTime?, Int64?) | Initializes a new PhotoMetadata class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| Duration | System.Int | Duration of the video, in milliseconds. |
Methods¶
| Name | Description |
|---|---|
| VideoMetadata.FromJson(JObject) | Creates a new instance of the VideoMetadata class using a JSON object. |
| VideoMetadata.ToString() | Returns a string containing all of the class’ properties. |