UserWise Unity SDK  3.0.0
Properties | List of all members
UserWiseSDK.MediaInfo Class Reference

MediaInfo is a data class that acts as a simple wrapper around media data returned from the API. More...

Inheritance diagram for UserWiseSDK.MediaInfo:
UserWiseSDK.IDictSerializable< MediaInfo >

Properties

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, MediaVariantVariants [get, set]
 Dictionary of variants name -> MediaVariant pairs. More...
 

Additional Inherited Members

- Public Member Functions inherited from UserWiseSDK.IDictSerializable< MediaInfo >
Dictionary< string, object > Serialize ()
 Serialize instance into a generic Dictionary{string, object}. More...
 
Deserialize (Dictionary< string, object > data)
 Deserialize generic Dictionary{string, object} into an instance of T. More...
 

Detailed Description

MediaInfo is a data class that acts as a simple wrapper around media data returned from the API.

Property Documentation

◆ 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

Name of the media in UserWise.

◆ Url

string UserWiseSDK.MediaInfo.Url
getset

URL for which the media blob can be downloaded from.

◆ Variants

Dictionary<string, MediaVariant> UserWiseSDK.MediaInfo.Variants
getset

Dictionary of variants name -> MediaVariant pairs.


The documentation for this class was generated from the following file: