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

Variable Index

 o componentTag
Own exchanged attribute ComponentTag
 o DISAPPEAR
'DISAPPEAR' indicates, the last frame sould disappear from the presentation.
 o FREEZE
'FREEZE' indicates, that when the last frame played it should stay on presentation.
 o LOOP
'LOOP' indicates, that the movie should loop.
 o termination
Own exchanged attribute Termination

Constructor Index

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

Method Index

 o Activation()
Activation
 o Clone()
Clone
 o Deactivation()
Deactivation
 o Destruction()
Destruction
 o loop()
 o Preparation()
 o ScaleVideo(int, int)
ScaleVideo (XScale, YScale)
 o SetData()
SetData
 o SetInternalAttributes()
Setup of internal attributes of this class
 o toString()

Variables

 o termination
  public int termination
Own exchanged attribute Termination
 o componentTag
  public int componentTag
Own exchanged attribute ComponentTag
 o FREEZE
  public final int FREEZE
'FREEZE' indicates, that when the last frame played it should stay on presentation.
 o DISAPPEAR
  public final int DISAPPEAR
'DISAPPEAR' indicates, the last frame sould disappear from the presentation.
 o LOOP
  public final int LOOP
'LOOP' indicates, that the movie should loop.

Constructors

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

Methods

 o Preparation
  public void Preparation()
Overrides:
Preparation in class Visible
 o Destruction
  public void Destruction()
Destruction
Overrides:
Destruction in class Visible
 o Activation
  public void Activation()
Activation
Overrides:
Activation in class Visible
 o Deactivation
  public void Deactivation()
Deactivation
Overrides:
Deactivation in class Visible
 o SetInternalAttributes
  public void SetInternalAttributes()
Setup of internal attributes of this class
Overrides:
SetInternalAttributes in class Visible
 o SetData
  public void SetData()
SetData
Overrides:
SetData in class Presentable
 o Clone
  public void Clone()
Clone
 o ScaleVideo
  public void ScaleVideo(int w,
                         int h)
ScaleVideo (XScale, YScale)
 o loop
  public void loop()
 o toString
  public String toString()
Overrides:
toString in class Root

All Packages  Class Hierarchy  This Package  Previous  Next  Index