MediaMetadata Class¶
Metadata concerning media files (images and videos)
Constructors¶
| Name | Description |
|---|---|
| MediaMetadata(Dimensions, GpsCoordinates, DateTime?) | Initializes a new MediaMetadata class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| Dimensions | DotNetBox.Dimensions | Width and height of the image/video. |
| Location | DotNetBox.GpsCoordinates | Location (if any) where the picture/video was taken. |
| TimeTaken | System.DateTime | The time at which the picture/video was taken, if present. |
Methods¶
| Name | Description |
|---|---|
| MediaMetadata.FromJson(JObject) | Creates a new instance of the MediaMetadata class using a JSON object. |
| MediaMetadata.ToString() | Returns a string containing all of the class’ properties. |