Difference between revisions of "Media"
Jump to navigation
Jump to search
| Line 36: | Line 36: | ||
! DRM | ! DRM | ||
| − | {{!}} | + | {{!}} [[DRMType]] |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Revision as of 16:36, 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 | |
| Aspect | double | |
| DRM | DRMType | |
| Type | MediaType | |
| 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 |