RDK Documentation (Open Sourced RDK Components)
CCDataController.h File Reference

Impl of subtec communication layer. More...

#include <ClosedCaptionsPacket.hpp>
#include "ccDataReader.h"
#include <closedcaptions/subtec/SubtecConnector.h>
Include dependency graph for CCDataController.h:
This graph shows which files directly or indirectly include this file:

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)
 

yes

Impl of subtec communication layer.

Definition in file CCDataController.h.

Function Documentation

◆ logprintf()

void logprintf ( const char *  format,
  ... 
)

Print logs to console / log file.

Parameters
[in]format- printf style string @retuen void

Print logs to console / log file.

Definition at line 432 of file aamplogging.cpp.