1,523 bytes added
, 15:06, 4 September 2014
{{Api_DataType_Spec
|Description=
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! ID
{{!}} int
{{!}} Unique identifier for the Subscription
{{!}}- valign="top"
! Languages
{{!}} Array of [[Language]]
{{!}} Array of languages available for the movie
{{!}}- valign="top"
! Quality
{{!}} [[Quality]]
{{!}} A value (enumerate) that represent a quality of the media. (HD, SD, LD)
{{!}}- valign="top"
! Extension
{{!}} String
{{!}}
{{!}}- valign="top"
! Aspect
{{!}} double
{{!}}
{{!}}- valign="top"
! DRM
{{!}} int
{{!}}
{{!}}- valign="top"
! Type
{{!}} [[MediaType]]
{{!}}
{{!}}- valign="top"
! PlayTypeValue
{{!}} [[PlayType]]
{{!}}
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 55793,
: "Languages": [
: {
:: [[Language]] object
: }
: ],
: "Quality": [[Quality]],
: "Extension": "FOLDER",
: "Aspect": 0,
: "DRM": 2,
: "Type": 1,
: "PlayTypeValue": 1
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
* [[UNIAPI_Specification#SubscriptionType|SubscriptionType]] enumeration
}}