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...")
(No difference)

Revision as of 11:04, 2 June 2014

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