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

Variable Index

 o componentTag
Own exchanged attribute ComponentTag
 o originalVolume
Own exchanged attribute OriginalVolume
 o po
 o volume
Own internal attribute Volume

Constructor Index

 o Audio()
Constructor for a Stream Object
 o Audio(Stream)
Called, when it is a part of a multiplex

Method Index

 o Activation()
_Activation_
 o Clone()
Clone
 o Deactivation()
_Deactivation_ This behaviour has the basic semantics of notifying the MHEG-5 engine to deactivate this object immediately.
 o Destruction()
Internal behaviour Destruction()
 o GetVolume(IntegerVariable)
GetVolume (VolumeVar)
 o loop()
 o Preparation()
 o SetData()
SetData
 o SetInternalAttributes()
Setup of internal attributes of this class
 o SetVolume(int)
SetVolume (NewVolume)
 o toString()

Variables

 o po
  public PAudio po
 o originalVolume
  public int originalVolume
Own exchanged attribute OriginalVolume
 o componentTag
  public int componentTag
Own exchanged attribute ComponentTag
 o volume
  public int volume
Own internal attribute Volume

Constructors

 o Audio
  public Audio()
Constructor for a Stream Object
 o Audio
  public Audio(Stream s)
Called, when it is a part of a multiplex

Methods

 o Preparation
  public void Preparation()
Overrides:
Preparation in class Root
 o Destruction
  public void Destruction()
Internal behaviour Destruction()
Overrides:
Destruction in class Ingredient
 o Activation
  public void Activation()
_Activation_
Overrides:
Activation in class Root
 o 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
 o SetInternalAttributes
  public void SetInternalAttributes()
Setup of internal attributes of this class
Overrides:
SetInternalAttributes in class Ingredient
 o SetData
  public void SetData()
SetData
Overrides:
SetData in class Presentable
 o Clone
  public void Clone()
Clone
 o SetVolume
  public void SetVolume(int value)
SetVolume (NewVolume)
 o GetVolume
  public void GetVolume(IntegerVariable volumeVar)
GetVolume (VolumeVar)
 o loop
  public void loop()
 o toString
  public String toString()
Overrides:
toString in class Root

All Packages  Class Hierarchy  This Package  Previous  Next  Index