All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.media.VisualMediaHandler
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.comp.Component
|
+----quicktime.std.movies.media.MediaHandler
|
+----quicktime.std.movies.media.VisualMediaHandler
- public class VisualMediaHandler
- extends MediaHandler
- implements QuickTimeLib
-
getGraphicsMode()
- Obtain the transfer mode and blend or transparent color values.
-
getTrackOpaque()
- Determine whether the visual media of the track has opaque drawing settings in its presentation.
-
setGraphicsMode(GraphicsMode)
-
Allows you to set the graphics mode and blend color of the video media handler.
setGraphicsMode
public final void setGraphicsMode(GraphicsMode graphicsMode) throws StdQTException
- Allows you to set the graphics mode and blend color of the video media handler.
QuickTime::MediaSetGraphicsMode
- Parameters:
- graphicsMode - the graphics mode.
getGraphicsMode
public final GraphicsMode getGraphicsMode() throws StdQTException
- Obtain the transfer mode and blend or transparent color values.
QuickTime::MediaGetGraphicsMode
currently used by the video media handler.
- Returns:
- the blend or transparent color
getTrackOpaque
public final boolean getTrackOpaque() throws StdQTException
- Determine whether the visual media of the track has opaque drawing settings in its presentation.
QuickTime::MediaGetTrackOpaque
- Returns:
- true if some part of the track's media is opaque.
All Packages Class Hierarchy This Package Previous Next Index