RDK Documentation (Open Sourced RDK Components)
|
Controller for CCdata. More...
#include <CCDataController.h>
Public Member Functions | |
void | closedCaptionDataCb (int decoderIndex, VL_CC_DATA_TYPE eType, unsigned char *ccData, unsigned dataLength, int sequenceNumber, long long localPts) |
void | closedCaptionDecodeCb (int decoderIndex, int event) |
void | sendMute () |
void | sendUnmute () |
void | sendPause () |
void | sendResume () |
void | sendResetChannelPacket () |
void | sendCCSetAttribute (gsw_CcAttributes *attrib, short type, gsw_CcType ccType) |
void | ccSetDigitalChannel (unsigned int channel) |
void | ccSetAnalogChannel (unsigned int channel) |
void | ccGetAttributes (gsw_CcAttributes *attrib, gsw_CcType ccType) |
Static Public Member Functions | |
static CCDataController * | Instance () |
Private Member Functions | |
CCDataController (const CCDataController &)=delete | |
CCDataController (CCDataController &&)=delete | |
Private Attributes | |
ClosedCaptionsChannel | channel |
gsw_CcAttributes | currentAttributes |
Controller for CCdata.
Definition at line 50 of file CCDataController.h.