51    MHEG5Int originalVolume;
    52    MHEG5Int componentTag;
   106 void MHEG5audioPrint(
MHEG5Audio *audio, 
char *out);
 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
 
Definition: mh5base.h:169
 
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