106 void MHEG5audioPrint(
MHEG5Audio *audio,
char *out);
MHEG5Int originalVolume
Definition: mh5audio.h:51
Implement the MHEG5 Stream Class Stream Class Defines the behaviour of a composition of continuous me...
Definition: mh5ingredient.h:63
void MHEG5audioDeactivate(MHEG5Audio *audio)
Apply the deactivation behaviour off the audio class. As this class has no own deactivation behaviour...
Definition: mh5audio.c:177
MHEG5Int volume
Definition: mh5audio.h:55
MHEG5Stream * parent
Definition: mh5audio.h:58
MHEG5Int componentTag
Definition: mh5audio.h:52
long MHEG5Int
Definition: mh5base.h:69
Definition: mh5base.h:165
MHEG5Ingredient ingredient
Definition: mh5audio.h:48
MHEG5ErrorCode
Definition: mh5base.h:218
Definition: mh5stream.h:62
MHEG5ErrorCode MHEG5getVolume(MHEG5Root *target, MHEG5GList *params)
Returns the volume of an Audio. Implementation of the GetVolume (VolumeVar) action of the audio class...
Definition: mh5audio.c:253
Implement the MHEG5 Presentable Class Description Presentable Class Defines the behaviour of objects ...
MHEG5ErrorCode MHEG5setVolume(MHEG5Root *target, MHEG5GList *params)
Change the volume of an audio. Implementation of the SetVolume (NewVolume) action of the audio class...
Definition: mh5audio.c:221
void MHEG5audioActivate(MHEG5Audio *audio)
Apply the activation behaviour off the audio class. Apply the activation behaviour of the base class...
Definition: mh5audio.c:144
void MHEG5audioPrepare(MHEG5Audio *audio)
Apply the preparation behaviour off the audio class Apply the preparation behaviour off the audio cla...
Definition: mh5audio.c:127
void MHEG5audioInit(MHEG5Audio *audio)
<Function description>="">
Definition: mh5audio.c:97
void MHEG5audioDestruct(MHEG5Audio *audio)
Destruct an audio object.
Definition: mh5audio.c:205
void MHEG5audioFree(MHEG5Audio *audio)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5audio.c:111
Definition: mh5audio.h:45