Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.VideoSource Class Reference

Represents a source for a Shopify hosted video. More...

Inheritance diagram for Shopify.Unity.VideoSource:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 VideoSource (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string format ()
 The format of the video source. More...
 
long height ()
 The height of the video. More...
 
string mimeType ()
 The video MIME type. More...
 
string url ()
 The URL of the video. More...
 
long width ()
 The width of the video. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

Represents a source for a Shopify hosted video.

Constructor & Destructor Documentation

◆ VideoSource()

Shopify.Unity.VideoSource.VideoSource ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for VideoSource

Member Function Documentation

◆ format()

string Shopify.Unity.VideoSource.format ( )
inline

The format of the video source.

◆ height()

long Shopify.Unity.VideoSource.height ( )
inline

The height of the video.

◆ mimeType()

string Shopify.Unity.VideoSource.mimeType ( )
inline

The video MIME type.

◆ url()

string Shopify.Unity.VideoSource.url ( )
inline

The URL of the video.

◆ width()

long Shopify.Unity.VideoSource.width ( )
inline

The width of the video.


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