RDK Documentation (Open Sourced RDK Components)
|
Impl of subtec communication layer. More...
#include <ClosedCaptionsPacket.hpp>
#include "ccDataReader.h"
#include <closedcaptions/subtec/SubtecConnector.h>
Go to the source code of this file.
Data Structures | |
class | subtecConnector::CCDataController |
Controller for CCdata. More... | |
Functions | |
void | logprintf (const char *format,...) |
Print logs to console / log file. More... | |
void | logprintf_new (int playerId, const char *levelstr, const char *file, int line, const char *format,...) |
Print logs to console / log file. | |
void | subtecConnector::closedCaptionDecodeCb (void *context, int decoderIndex, int event) |
void | subtecConnector::closedCaptionDataCb (void *context, int decoderIndex, VL_CC_DATA_TYPE eType, unsigned char *ccData, unsigned dataLength, int sequenceNumber, long long localPts) |
Impl of subtec communication layer.
Definition in file CCDataController.h.
void logprintf | ( | const char * | format, |
... | |||
) |
Print logs to console / log file.
[in] | format | - printf style string @retuen void |
Print logs to console / log file.
Definition at line 432 of file aamplogging.cpp.