25 #ifndef _MH5STREAMER_H_
26 #define _MH5STREAMER_H_
void MHEG5StreamerResume(MHEG5Stream *stream)
Resume IP content streaming after it was paused by MHEG5StreamerPause.
void MHEG5StreamerSetCounterPosition(MHEG5Stream *stream)
Set the counter position of a stream in the streamer. This function uses the counter position as set ...
void MHEG5StreamerRefreshComponents(MHEG5Stream *stream)
Refresh current audio / video components following a change in the state of a Stream object multiplex...
void MHEG5StreamerNotifyStreamStopped(MHEG5Stream *stream)
Notify that a stream has stopped. This notification comes from the audio/video deocder.
void MHEG5StreamerPrepare(MHEG5Stream *stream)
Prepare for retrieval of a stream from the IP connection.
void MHEG5StreamerSetCounterEndPosition(MHEG5Stream *stream)
Set the counter end position of a stream in the streamer. This function uses the counter end position...
Implement the MHEG5 Stream Class Stream Class Defines the behaviour of a composition of continuous me...
Implement the MHEG5 Program Class Defines means to handle execution of external pieces of procedural ...
void MHEG5StreamerAbortMeasurement(MHEG5Program *program)
Abort streaming performance measurement.
E_MhegErr
Definition: mherrors.h:28
void MHEG5StreamerSetActiveState(BOOLEAN activeState)
Set the active state of the streamer. When it is not active, it is allowed to buffer data but not to ...
MHEG5 engine interface error codes.
S32BIT MHEG5StreamerGetCounterPosition(MHEG5Stream *stream)
Return the current counter position (in units of 188 bytes).
long MHEG5Int
Definition: mh5base.h:69
void MHEG5StreamerMeasurePerformance(MHEG5String *url, MHEG5Int maxBytes, MHEG5Program *program)
Measure streaming performance (bytes per second). The result is returned to the resident program...
Definition: mh5streamer.h:50
Definition: mh5streamer.h:44
void MHEG5StreamerStop(MHEG5Stream *stream)
Stop streaming IP content.
void MHEG5streamerNotifyStreamingReady(void)
Handle notification that the external application is ready to handle IP stream data.
Definition: mh5streamer.h:49
S32BIT MHEG5StreamerGetCounterMaxPosition(MHEG5Stream *stream)
Return the counter maximum position (content length in units of 188 bytes).
Definition: mh5stream.h:62
int32_t S32BIT
Definition: techtype.h:98
void MHEG5StreamerNotifyStreamStarted(MHEG5Stream *stream)
Notify that a stream has started. This notification comes from the audio/video deocder.
Definition: mh5streamer.h:43
MHEG5StreamerEventType
Definition: mh5streamer.h:40
Definition: mh5streamer.h:48
void MHEG5StreamerClose(void)
Close the IC streaming module.
Definition: mh5streamer.h:46
Definition: mh5program.h:44
Definition: mh5streamer.h:42
void MHEG5StreamerRemove(MHEG5Stream *stream)
Remove streaming IP request.
U8BIT BOOLEAN
Definition: techtype.h:112
void MHEG5StreamerRun(MHEG5Stream *stream)
Start streaming IP content for a prepared request.
Definition: mh5streamer.h:45
void MHEG5StreamerSetCounterTrigger(MHEG5Stream *stream, S32BIT triggerId, S32BIT newValue)
Add, remove or update a counter trigger for the stream. If the trigger does not exist, it will be added. If it already exists it will be updated if the new value is non-negative, otherwise it will be removed.
Definition: mh5streamer.h:47
void MHEG5StreamerPause(MHEG5Stream *stream)
Pause IP content streaming.
void MHEG5StreamerReset(void)
Reset the IC streaming module.
uint32_t U32BIT
Definition: techtype.h:97
E_MhegErr MHEG5StreamerOpen(void *buffer, U32BIT size, U32BIT taskPriority)
Open the IC streaming module.