Media
Jump to navigation
Jump to search
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 |