1,047 bytes added
, 11:04, 2 June 2014
{{Api_DataType_Spec
|Description=Represents an object containing the live channel ID and the list of live streams associated to it
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! LiveChannelID
{{!}} int
{{!}} Live Channel ID
{{!}}- valign="top"
! LiveStreamList
{{!}} array of [[LiveStream|LiveStream]]
{{!}} Stream ID
{{!}}- valign="top"
{{!}}}
|Example=
{
: "LiveChannelID": 235,
: "LiveStreamList": Array of [[LiveStream|LiveStream]]
}
|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=
* [[StreamingType|StreamingType]] type
* [[LiveStream|LiveStream]] type
* [[Quality|Quality]] type
}}