U32BIT requestId
Definition: stmr_queue.h:49
E_MhegErr
Definition: mherrors.h:28
uint8_t U8BIT
Definition: techtype.h:93
System Wide Global Technical Data Type Definitions.
E_MhegErr MHEG5StreamerStartTask(U32BIT stack, U8BIT priority)
Start streamer task. The task passes stream data to the external application and generates stream and...
Definition: stmr_task.c:92
void MHEG5StreamerRegisterUnderflowCallback(void(*callback)(U32BIT requestId))
Register notification callback for underflow events. If a callback is already registered for the even...
Definition: stmr_task.c:134
uint32_t U32BIT
Definition: techtype.h:97
void MHEG5StreamerStopTask(void)
Stop streamer task. This function blocks until the task is stopped.
Definition: stmr_task.c:143
void MHEG5StreamerSendSignalToTask(void)
Send signal to streamer task to wake it up (if it's asleep)
Definition: stmr_task.c:120