25 #ifndef _MH5STREAMEVENT_H_ 26 #define _MH5STREAMEVENT_H_ void MHEG5refreshStreamObject(MHEG5Stream *stream)
Refresh the DSM-CC Stream Object for a given MHEG-5 Stream Object.
Definition: mh5streamevent.c:444
void MHEG5notifyLinkActive(MHEG5Link *link)
Notify that a link is active.
Definition: mh5streamevent.c:498
void MHEG5streamRemove(MHEG5Stream *stream)
Remove an MHEG-5 Stream Object from repository.
Definition: mh5streamevent.c:363
void MHEG5notifyStreamStopped(MHEG5Stream *stream)
Notify that a stream has stopped.
Definition: mh5streamevent.c:481
Implement the MHEG5 Stream Class Stream Class Defines the behaviour of a composition of continuous me...
void MHEG5streamAdd(MHEG5Stream *stream)
Add an MHEG-5 Stream Object to repository.
Definition: mh5streamevent.c:342
void MHEG5notifyStreamRunning(MHEG5Stream *stream)
Notify that a stream is running.
Definition: mh5streamevent.c:464
Implementation of Root class Description Root class of all MHEG-5 classes. Base class None Subclasses...
Implement the MHEG5 Link Class. Defines the functionality associated with reacting to events by perfo...
void MHEG5notifyLinkInactive(MHEG5Link *link)
Notify that a link has become inactive.
Definition: mh5streamevent.c:524
Definition: mh5stream.h:62
void MHEG5streamReloadAll(void)
Load and Subscribe all stream events.
Definition: mh5streamevent.c:419
void MHEG5streamUnloadAll(void)
Unsubscribe and unload all stream events.
Definition: mh5streamevent.c:391