Classes
Members
-
<static> MediaContentType :string
-
Indicates which content management system contains the video assets available for playback: Ooyala Backlot or an external content management system.
Type:
- string
Properties:
Name Type Default Description OOYALA_CONTENTstring ooyala Indicates that the media id is an Ooyala embed code EXTERNAL_CONTENTstring external Indicates that the media id is customer-specific and not an Ooyala embed code -
<static> OfflineContentDownloadType :string
-
Indicates which type of offline content has been downloaded: rental with a definite expiry or ownedcontent that never expires.
Type:
- string
Properties:
Name Type Default Description TO_OWNstring own Indicates that the content never expires FOR_RENTstring rental Indicates that the content has an expiration period
Type Definitions
-
DeviceInfo
-
Type:
- Object
Properties:
Name Type Description browserstring The web browser where the player is being viewed, for example 'chrome'. browserVersionstring Browser version, for example '33.0.1750.146'. osstring Name of the operating system, like 'windows', 'mac', 'ios'. osVersionstring Version of the operating system, for example '6.1'. deviceTypestring 'desktop' | 'tablet' | 'mobile' | 'settop' | 'bot' | 'console' | 'smarttv' | 'tablet/mobile' deviceBrandstring Brand name of the device, for example 'apple' for iPhone. modelstring Model name of the device, for example 'iPhone 6s'. -
geo
-
Type:
- Object
Properties:
Name Type Description countryCodestring ISO 2-alpha code of the country of the viewer, this is an optional field. E.g: IN, US. regionstring Region of the viewer, this is an optional field. E.g: CA, TX. statestring State of the viewer, this is an optional field. E.g: Texas, Tamilnadu. citystring City of the viewer, this is an optional field. E.g: Santaclara. latitudenumber Latitude of the viewer, this is an optional field. E.g: 37.399092. longitudenumber Longitude of the viewer, this is an optional field. E.g: -121.985771 . geoVendorstring Name of the vendor which provided the above viewer details, this is an optional field. E.g: akamai. -
Plugin
-
Type:
- Object
Properties:
Name Type Description namestring The plugin name, for example 'bitmovin'. This property is required. versionstring Plugin version, for example '33.0.1750.146'. This property is optional. activeboolean Boolean flag indicating if the plugin is being used at the moment. Thisproerty is required.