Difference between revisions of "Media"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
! Extension | ! Extension | ||
{{!}} String | {{!}} String | ||
− | {{!}} | + | {{!}} The extension of the media. |
{{!}}- valign="top" | {{!}}- valign="top" | ||
Line 37: | Line 37: | ||
! DRM | ! DRM | ||
{{!}} [[DRMType]] | {{!}} [[DRMType]] | ||
− | {{!}} | + | {{!}} Enum that sets a type of DRM is applied in the media. |
{{!}}- valign="top" | {{!}}- valign="top" | ||
! Type | ! Type | ||
{{!}} [[MediaType]] | {{!}} [[MediaType]] | ||
− | {{!}} | + | {{!}} Enum that represent the type of media. |
{{!}}- valign="top" | {{!}}- valign="top" | ||
Revision as of 16:44, 4 September 2014
Members
Field | Data Type | Description |
---|---|---|
ID | int | Unique identifier for the Subscription |
Languages | Array of Language | Array of languages available for the movie |
Quality | Quality | A value (enumerate) that represent a quality of the media. (HD, SD, LD) |
Extension | String | The extension of the media. |
Aspect | double | |
DRM | DRMType | Enum that sets a type of DRM is applied in the media. |
Type | MediaType | Enum that represent the type of media. |
PlayTypeValue | PlayType |
Example
{
- "ID": 55793,
- "Languages": [
- {
- Language object
- }
- ],
- "Quality": Quality,
- "Extension": "FOLDER",
- "Aspect": 0,
- "DRM": 2,
- "Type": 1,
- "PlayTypeValue": 1
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |