Difference between revisions of "LiveChannelStreams"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{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:800p...")
 
 
Line 16: Line 16:
  
 
! LiveStreamList
 
! LiveStreamList
{{!}} array of [[LiveStream|LiveStream]]
+
{{!}} Array of [[LiveStream]]
 
{{!}} Stream ID
 
{{!}} Stream ID
 
{{!}}- valign="top"
 
{{!}}- valign="top"
Line 28: Line 28:
 
{
 
{
 
:        "LiveChannelID": 235,
 
:        "LiveChannelID": 235,
:        "LiveStreamList": Array of [[LiveStream|LiveStream]]
+
:        "LiveStreamList": [
 +
::            Array of [[LiveStream]]
 +
:        ]
 
}
 
}
  
Line 37: Line 39:
 
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"  
 
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"  
 
{{!}}-  style="background:#88ccff;font-size:110%"  
 
{{!}}-  style="background:#88ccff;font-size:110%"  
 +
 
! API Version Number
 
! API Version Number
 
! Change description
 
! Change description
 
! Changes author
 
! Changes author
 
{{!}}- valign="top"
 
{{!}}- valign="top"
 +
 
! 1.0
 
! 1.0
 
{{!}} Initial data type implementation
 
{{!}} Initial data type implementation
 
{{!}} Harley Cabral
 
{{!}} Harley Cabral
 
{{!}}- valign="top"
 
{{!}}- valign="top"
 +
 
{{!}}}
 
{{!}}}
  

Latest revision as of 18:42, 25 March 2015

Represents an object containing the live channel ID and the list of live streams associated to it

Members

Field Data Type Description
LiveChannelID int Live Channel ID
LiveStreamList Array of LiveStream Stream ID


Example

{

"LiveChannelID": 235,
"LiveStreamList": [
Array of LiveStream
]

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also