Difference between revisions of "Media"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description= |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;font-size:110%" ! Fiel...")
 
Line 88: Line 88:
  
 
|SeeAlso=
 
|SeeAlso=
* [[UNIAPI_Specification#SubscriptionType|SubscriptionType]] enumeration
 
 
}}
 
}}

Revision as of 15:07, 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 int
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


See also