![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Common header internal to IC streamer. More...
Go to the source code of this file.
Macros | |
#define | STMR_TS_PACKET_SIZE (188) |
#define | STMR_MAX_PSI_SECTION (1024) |
#define | STMR_TO_UNITS(x) ((x) / STMR_TS_PACKET_SIZE) |
#define | STMR_TO_BYTES(x) ((x) * STMR_TS_PACKET_SIZE) |
Functions | |
void | MHEG5StreamerHandle (MHEG5StreamerEventParams_t *params) |
Process an MHEG5StreamerEvent message The event is passed onto the streamer module for processing. More... | |
#define STMR_MAX_PSI_SECTION (1024) |
Definition at line 36 of file stmr_common.h.
#define STMR_TO_BYTES | ( | x | ) | ((x) * STMR_TS_PACKET_SIZE) |
Definition at line 38 of file stmr_common.h.
#define STMR_TO_UNITS | ( | x | ) | ((x) / STMR_TS_PACKET_SIZE) |
Definition at line 37 of file stmr_common.h.
#define STMR_TS_PACKET_SIZE (188) |
Definition at line 35 of file stmr_common.h.
void MHEG5StreamerHandle | ( | MHEG5StreamerEventParams_t * | params | ) |
Process an MHEG5StreamerEvent message The event is passed onto the streamer module for processing.
params | Parameters for this event message |