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

Method Index

 o getGraphicsMode()
Obtain the transfer mode and blend or transparent color values.
 o getTrackOpaque()
Determine whether the visual media of the track has opaque drawing settings in its presentation.
 o setGraphicsMode(GraphicsMode)
Allows you to set the graphics mode and blend color of the video media handler.

Methods

 o 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.
 o 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
 o 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