Class mheg5.OBJ.Video
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.Video
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Ingredient
|
+----mheg5.OBJ.Presentable
|
+----mheg5.OBJ.Visible
|
+----mheg5.OBJ.Video
- public class Video
- extends Visible
- implements AIVideo, Multiplex
MHEG-5 object Video
Chapter 39 of IS-Standard
-
componentTag
-
Own exchanged attribute ComponentTag
-
DISAPPEAR
- 'DISAPPEAR' indicates, the last frame sould disappear from
the presentation.
-
FREEZE
- 'FREEZE' indicates, that when the last frame played it should
stay on presentation.
-
LOOP
- 'LOOP' indicates, that the movie should loop.
-
termination
-
Own exchanged attribute Termination
-
Video()
- Constructor for a Video Object
-
Video(Stream)
- Called, when it is a part of multiplex
-
Activation()
- Activation
-
Clone()
- Clone
-
Deactivation()
- Deactivation
-
Destruction()
- Destruction
-
loop()
-
-
Preparation()
-
-
ScaleVideo(int, int)
- ScaleVideo (XScale, YScale)
-
SetData()
- SetData
-
SetInternalAttributes()
- Setup of internal attributes of this class
-
toString()
-
termination
public int termination
- Own exchanged attribute Termination
componentTag
public int componentTag
- Own exchanged attribute ComponentTag
FREEZE
public final int FREEZE
- 'FREEZE' indicates, that when the last frame played it should
stay on presentation.
DISAPPEAR
public final int DISAPPEAR
- 'DISAPPEAR' indicates, the last frame sould disappear from
the presentation.
LOOP
public final int LOOP
- 'LOOP' indicates, that the movie should loop.
Video
public Video()
- Constructor for a Video Object
Video
public Video(Stream s)
- Called, when it is a part of multiplex
Preparation
public void Preparation()
- Overrides:
- Preparation in class Visible
Destruction
public void Destruction()
- Destruction
- Overrides:
- Destruction in class Visible
Activation
public void Activation()
- Activation
- Overrides:
- Activation in class Visible
Deactivation
public void Deactivation()
- Deactivation
- Overrides:
- Deactivation in class Visible
SetInternalAttributes
public void SetInternalAttributes()
- Setup of internal attributes of this class
- Overrides:
- SetInternalAttributes in class Visible
SetData
public void SetData()
- SetData
- Overrides:
- SetData in class Presentable
Clone
public void Clone()
- Clone
ScaleVideo
public void ScaleVideo(int w,
int h)
- ScaleVideo (XScale, YScale)
loop
public void loop()
toString
public String toString()
- Overrides:
- toString in class Root
All Packages Class Hierarchy This Package Previous Next Index