MediaInfo
is a data class that acts as a simple wrapper around media data returned from the API.
More...
|
string | Id [get, set] |
| Unique identifier for the media in UserWise. More...
|
|
string | Name [get, set] |
| Name of the media in UserWise. More...
|
|
string | ContentType [get, set] |
| Content type (e.g. png, jpeg, gif). More...
|
|
string | Url [get, set] |
| URL for which the media blob can be downloaded from. More...
|
|
long | ByteSize [get, set] |
| Size in bytes, of the media blob. More...
|
|
Dictionary< string, MediaVariant > | Variants [get, set] |
| Dictionary of variants name -> MediaVariant pairs. More...
|
|
|
Dictionary< string, object > | Serialize () |
| Serialize instance into a generic Dictionary{string, object} . More...
|
|
T | Deserialize (Dictionary< string, object > data) |
| Deserialize generic Dictionary{string, object} into an instance of T . More...
|
|
MediaInfo
is a data class that acts as a simple wrapper around media data returned from the API.
◆ ByteSize
long UserWiseSDK.MediaInfo.ByteSize |
|
getset |
Size in bytes, of the media blob.
◆ ContentType
string UserWiseSDK.MediaInfo.ContentType |
|
getset |
Content type (e.g. png, jpeg, gif).
◆ Id
string UserWiseSDK.MediaInfo.Id |
|
getset |
Unique identifier for the media in UserWise.
◆ Name
string UserWiseSDK.MediaInfo.Name |
|
getset |
◆ Url
string UserWiseSDK.MediaInfo.Url |
|
getset |
URL for which the media blob can be downloaded from.
◆ Variants
Dictionary<string, MediaVariant> UserWiseSDK.MediaInfo.Variants |
|
getset |
The documentation for this class was generated from the following file:
- userwise_sdk_source/userwise_sdk/MediaInfo.cs