MHEG  17.9.0
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Pages
Macros | Functions
stmr_common.h File Reference

Common header internal to IC streamer. More...

#include "techtype.h"
#include "glue_queue.h"

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...
 

Detailed Description

Common header internal to IC streamer.

Date
21/10/2010
Author
Omri Barel

Function Documentation

void MHEG5StreamerHandle ( MHEG5StreamerEventParams_t *  params)

Process an MHEG5StreamerEvent message The event is passed onto the streamer module for processing.

Parameters
paramsParameters for this event message
Returns
void