UserWise Unity SDK
3.0.0
|
MediaVariant
is a data class wrapper around variant information for a specific MediaInfo.
More...
Public Attributes | |
long | MaxHeight |
Maximum height used when generating the media variant. More... | |
long | MaxWidth |
Maximum width used when generating the media variant. More... | |
string | Url |
URL for which the media blob can be downloaded from. More... | |
Additional Inherited Members | |
![]() | |
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... | |
MediaVariant
is a data class wrapper around variant information for a specific MediaInfo.
long UserWiseSDK.MediaVariant.MaxHeight |
Maximum height used when generating the media variant.
long UserWiseSDK.MediaVariant.MaxWidth |
Maximum width used when generating the media variant.
string UserWiseSDK.MediaVariant.Url |
URL for which the media blob can be downloaded from.