Difference between revisions of "Media"
Jump to navigation
Jump to search
| (2 intermediate revisions by the same user not shown) | |||
| Line 27: | Line 27: | ||
! Extension | ! Extension | ||
{{!}} String | {{!}} String | ||
| − | {{!}} | + | {{!}} The extension of the media. |
{{!}}- valign="top" | {{!}}- valign="top" | ||
| Line 36: | Line 36: | ||
! DRM | ! DRM | ||
| − | {{!}} | + | {{!}} [[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" | ||
! PlayTypeValue | ! PlayTypeValue | ||
{{!}} [[PlayType]] | {{!}} [[PlayType]] | ||
| − | {{!}} | + | {{!}} Enum that define the Play Type of the media |
{{!}}- valign="top" | {{!}}- valign="top" | ||
Latest revision as of 17:14, 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 | Enum that define the Play Type of the media |
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 |