|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
29 #include "ccDataReader.h"
30 #include "vlCCConstants.h"
32 #include "vlGfxScreen.h"
34 #define CHAR_CODE_1 49
35 #define CHAR_CODE_6 54
45 media_closeCaptionStop();
73 static bool initStatus =
false;
79 ret = vlMpeosCCManagerInit();
93 media_closeCaptionStart((
void *)
mCCHandle);
103 return ccSetDigitalChannel(
id);
111 return ccSetAnalogChannel(
id);
int SetAnalogChannel(unsigned int id) override
set analog channel with specified id
void StopRendering() override
To stop CC rendering.
void Release(int iID) override
Release CC resources.
void StartRendering() override
To start CC rendering.
int SetDigitalChannel(unsigned int id) override
set digital channel with specified id
Integration layer of RDK ClosedCaption in AAMP.
int Initialize(void *handle) override
Impl specific initialization code called once in Init() function.
void Stop()
To stop CC rendering.