Object containing extended information about a TV channel. More...
Public Attributes | |
RokuTVChannel | channel |
RokuTVChannel object representing the channel. | |
bool | isActive |
bool which is true if the channel is currently playing on the TV. | |
RokuTVProgram | program |
RokuTVProgram object representing the currently playing program. | |
bool | signalReceived |
bool which is false if there is currently no signal | |
char | resolution [8] |
C-string resolution at which the channel is available (like 1080i) up to 7 characters. | |
unsigned short int | signalQuality |
integer signal quality level from 0-100 | |
signed short int | signalStrength |
signed integer signal strength in dB | |
Object containing extended information about a TV channel.
This info is only available if the channel is currently active.
bool rokuecp::RokuExtTVChannel::isActive |
bool which is true if the channel is currently playing on the TV.
If it is false, nothing but the channel attribute will be populated.