Class mheg5.OBJ.Audio
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.Audio
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Ingredient
|
+----mheg5.OBJ.Presentable
|
+----mheg5.OBJ.Audio
- public class Audio
- extends Presentable
- implements AIAudio, Multiplex
-
componentTag
- Own exchanged attribute ComponentTag
-
originalVolume
- Own exchanged attribute OriginalVolume
-
po
-
-
volume
- Own internal attribute Volume
-
Audio()
- Constructor for a Stream Object
-
Audio(Stream)
- Called, when it is a part of a multiplex
-
Activation()
- _Activation_
-
Clone()
- Clone
-
Deactivation()
- _Deactivation_
This behaviour has the basic semantics of notifying the MHEG-5
engine to deactivate this object immediately.
-
Destruction()
- Internal behaviour Destruction()
-
GetVolume(IntegerVariable)
-
GetVolume (VolumeVar)
-
loop()
-
-
Preparation()
-
-
SetData()
- SetData
-
SetInternalAttributes()
- Setup of internal attributes of this class
-
SetVolume(int)
- SetVolume (NewVolume)
-
toString()
-
po
public PAudio po
originalVolume
public int originalVolume
- Own exchanged attribute OriginalVolume
componentTag
public int componentTag
- Own exchanged attribute ComponentTag
volume
public int volume
- Own internal attribute Volume
Audio
public Audio()
- Constructor for a Stream Object
Audio
public Audio(Stream s)
- Called, when it is a part of a multiplex
Preparation
public void Preparation()
- Overrides:
- Preparation in class Root
Destruction
public void Destruction()
- Internal behaviour Destruction()
- Overrides:
- Destruction in class Ingredient
Activation
public void Activation()
- _Activation_
- Overrides:
- Activation in class Root
Deactivation
public void Deactivation()
- _Deactivation_
This behaviour has the basic semantics of notifying the MHEG-5
engine to deactivate this object immediately.
- Overrides:
- Deactivation in class Root
SetInternalAttributes
public void SetInternalAttributes()
- Setup of internal attributes of this class
- Overrides:
- SetInternalAttributes in class Ingredient
SetData
public void SetData()
- SetData
- Overrides:
- SetData in class Presentable
Clone
public void Clone()
- Clone
SetVolume
public void SetVolume(int value)
- SetVolume (NewVolume)
GetVolume
public void GetVolume(IntegerVariable volumeVar)
- GetVolume (VolumeVar)
loop
public void loop()
toString
public String toString()
- Overrides:
- toString in class Root
All Packages Class Hierarchy This Package Previous Next Index