Class mheg5.OBJ.Stream
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.Stream
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Ingredient
|
+----mheg5.OBJ.Presentable
|
+----mheg5.OBJ.Stream
- public class Stream
- extends Presentable
- implements AIStream, TimerInterface
MHEG-5 object Stream
Chapter 37 of IS-Standard
-
counter
- The Timer for generation the counterTriggerEvent
-
counterEndPosition
- Own internal attribute CounterEndPosition.
-
counterPosition
- Own internal attribute CounterPosition.
-
counterTriggers
- Own internal attribute CounterTriggers.
-
eventCounterTrigger
-
-
eventStreamEvent
-
-
eventStreamPlaying
-
-
eventStreamStopped
-
-
looping
-
Own exchanged attribute Looping
-
MEMORY
- synchronise by engine
-
multiplex
- Own exchanged attribute Multiplex
-
speed
- Own internal attribute Speed.
-
storage
-
Own exchanged attribute Storage
-
STREAM
- synchronise by server
-
streamContent
- In order to set theStream to the Multiplex
-
Stream()
- Constructor for a Stream Object
-
Activation()
- Activation
-
CheckEvent(MhegEvent)
-
-
Clone()
- Clone
-
Deactivation()
- Deactivation
-
Destruction()
- Destruction
-
Preparation()
- Preparation
-
RegisterLink(Link)
-
-
SetCounterEndPosition(int)
- SetCounterEndPosition (NewCounterEndPosition)
-
SetCounterPosition(int)
- SetCounterPosition (NewCounterPosition)
-
SetCounterTrigger(int, int)
- SetCounterTrigger (TriggerIdentifier, NewCounterValue)
-
SetData()
- SetData
-
SetInternalAttributes()
- Setup of internal attributes of this class
-
SetSpeed(int)
- SetSpeed (NewSpeed)
-
SetSpeed(int, int)
-
-
TimerAction(int)
- TimerAction Interface.
-
toString()
-
multiplex
public Array multiplex
- Own exchanged attribute Multiplex
storage
public int storage
- Own exchanged attribute Storage
looping
public int looping
- Own exchanged attribute Looping
speed
public Speed speed
- Own internal attribute Speed.
Inner class for the speed
counterPosition
public int counterPosition
- Own internal attribute CounterPosition.
counterEndPosition
public int counterEndPosition
- Own internal attribute CounterEndPosition.
counterTriggers
public List counterTriggers
- Own internal attribute CounterTriggers.
eventStreamEvent
protected final static MhegEvent eventStreamEvent
eventStreamPlaying
protected final static MhegEvent eventStreamPlaying
eventStreamStopped
protected final static MhegEvent eventStreamStopped
eventCounterTrigger
protected final static MhegEvent eventCounterTrigger
streamContent
public InputStream streamContent
- In order to set theStream to the Multiplex
counter
public Timer counter
- The Timer for generation the counterTriggerEvent
MEMORY
public final int MEMORY
- synchronise by engine
STREAM
public final int STREAM
- synchronise by server
Stream
public Stream()
- Constructor for a Stream Object
RegisterLink
public void RegisterLink(Link link)
- Overrides:
- RegisterLink in class Root
CheckEvent
public void CheckEvent(MhegEvent event)
- Overrides:
- CheckEvent in class Root
Preparation
public void Preparation()
- Preparation
- Overrides:
- Preparation in class Root
Destruction
public void Destruction()
- Destruction
- Overrides:
- Destruction in class Ingredient
Activation
public void Activation()
- Activation
- Overrides:
- Activation in class Root
Deactivation
public void Deactivation()
- Deactivation
- 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
SetCounterTrigger
public void SetCounterTrigger(int trigger_id,
int new_counter_value)
- SetCounterTrigger (TriggerIdentifier, NewCounterValue)
SetSpeed
public void SetSpeed(int a)
- SetSpeed (NewSpeed)
SetSpeed
public void SetSpeed(int a,
int b)
SetCounterPosition
public void SetCounterPosition(int counter_position)
- SetCounterPosition (NewCounterPosition)
SetCounterEndPosition
public void SetCounterEndPosition(int counter_end_position)
- SetCounterEndPosition (NewCounterEndPosition)
TimerAction
public void TimerAction(int index)
- TimerAction Interface.
toString
public String toString()
- Overrides:
- toString in class Root
All Packages Class Hierarchy This Package Previous Next Index