Difference between revisions of "ChannelMapLiveChannel"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents a live channel object and its associated parameters in the context of channel maps. |Members= {{{!}} border="2" style="width:800px" ...")
 
(No difference)

Latest revision as of 11:01, 2 June 2014

Represents a live channel object and its associated parameters in the context of channel maps.

Members

Field Data Type Description
ChannelNumber int Channel number
LiveChannelId int Live channel ID
QualityId int Quality ID


Example

{

"LiveChannelId": 268,
"ChannelNumber": 1,
"QualityId": 4

}


Known issues

None


Version history

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


See also