Interface mheg5.OBJ.Multiplex
All Packages Class Hierarchy This Package Previous Next Index
Interface mheg5.OBJ.Multiplex
- public interface Multiplex
- extends Object
Interface needed for the Multiplex implementation. The Stream need
a common Interface to handle the multiplex components correct.
- See Also:
- Stream, Audio, Video, RTGraphics
-
Activation()
-
-
Deactivation()
-
-
Destruction()
-
-
loop()
-
-
Preparation()
-
-
SetInternalAttributes()
-
loop
public abstract void loop()
Preparation
public abstract void Preparation()
Activation
public abstract void Activation()
Deactivation
public abstract void Deactivation()
Destruction
public abstract void Destruction()
SetInternalAttributes
public abstract void SetInternalAttributes()
All Packages Class Hierarchy This Package Previous Next Index