MediaInfo Class¶
Information regarding an image or video.
Constructors¶
| Name | Description |
|---|---|
| MediaInfo(bool, MediaMetadata) | Initializes a new MediaInfo class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| Metadata | DotNetBox.MediaMetadata | Metadata of the media (dimensions, duration, etc.) |
| Pending | System.Boolean | Whether Dropbox is still getting media information or not. |
Methods¶
| Name | Description |
|---|---|
| MediaInfo.FromJson(JObject) | Creates a new instance of the MediaInfo class using a JSON object. |
| MediaInfo.ToString() | Returns a string containing all of the class’ properties. |