Title here
Summary here
ImageModelKind: global abstract class
Extends: ImageModel
Model:
Properties
| Name | Type | Description |
|---|---|---|
| isSource | boolean | Feature flag, read-only |
| id | string | Source id |
| url | string | source URL |
| name | string | source name |
| language | string | source language code (http://en.wikipedia.org/wiki/IETF_language_tag) |
| drmLicence | string | url or xml/json content that refers to the drm licence to be used to play encrypted source |
| drmHeaders | object | the drm headers to be used to play encrypted source |
| drmBody | object | the drm body to be used to play encrypted source |
| drmScheme | number | the scheme used to encrypt the source @see SourceDrmScheme |
| drmCertificate | object | the certificate information used set widevine certificate if needed (optionnal) |
| contentType | number | type of content @see SourceContentType |
| streamingType | number | type of streaming @see SourceStreamingType |
Base class describing a media player’s source.