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:407
void MHEG5notifyLinkActive(MHEG5Link *link)
Notify that a link is active.
Definition: mh5streamevent.c:461
void MHEG5streamRemove(MHEG5Stream *stream)
Remove an MHEG-5 Stream Object from repository.
Definition: mh5streamevent.c:326
void MHEG5notifyStreamStopped(MHEG5Stream *stream)
Notify that a stream has stopped.
Definition: mh5streamevent.c:444
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:305
void MHEG5notifyStreamRunning(MHEG5Stream *stream)
Notify that a stream is running.
Definition: mh5streamevent.c:427
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:487
Definition: mh5stream.h:62
void MHEG5streamReloadAll(void)
Load and Subscribe all stream events.
Definition: mh5streamevent.c:382
void MHEG5streamUnloadAll(void)
Unsubscribe and unload all stream events.
Definition: mh5streamevent.c:354