All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.qtcomponents.SpatialSettings

java.lang.Object
   |
   +----quicktime.util.QTByteObject
           |
           +----quicktime.std.qtcomponents.SpatialSettings

public final class SpatialSettings
extends QTByteObject
implements PrimitivesLib

Variable Index

 o kNativeSize
This is the size (the number of bytes) that are required for this class

Constructor Index

 o SpatialSettings(int, CodecComponent, int, int)
Construct temporal settings to set the dialog display.

Method Index

 o getCodec()
Get the default Codec in the dialog box.
 o getCodecType()
Get the default Codec type in the dialog box.
 o getDepth()
Get the default depth of the pop-up menu in the dialog box.
 o getSpatialQuality()
Get the default spatial quality slider in the dialog box.
 o setCodec(CodecComponent)
Specifies the default Codec in the dialog box.
 o setCodecType(int)
Specifies the default Codec type in the dialog box.
 o setDepth(int)
Specifies the default depth of the pop-up menu in the dialog box.
 o setSpatialQuality(int)
Specifies the spatial quality slider in the dialog box.

Variables

 o kNativeSize
 public static final int kNativeSize
This is the size (the number of bytes) that are required for this class

Constructors

 o SpatialSettings
 public SpatialSettings(int codecType,
                        CodecComponent codec,
                        int depth,
                        int spatialQuality)
Construct temporal settings to set the dialog display.

Parameters:
depth - the pixel depth
spatialQuality - the quality setting

Methods

 o getCodecType
 public int getCodecType()
Get the default Codec type in the dialog box.

Returns:
the Codec type
 o setCodecType
 public void setCodecType(int codecType)
Specifies the default Codec type in the dialog box.

 o getCodec
 public CodecComponent getCodec()
Get the default Codec in the dialog box.

Returns:
the Codec
 o setCodec
 public void setCodec(CodecComponent codec)
Specifies the default Codec in the dialog box.

 o getDepth
 public int getDepth()
Get the default depth of the pop-up menu in the dialog box.

Returns:
the pixel depth
 o setDepth
 public void setDepth(int depth)
Specifies the default depth of the pop-up menu in the dialog box.

Parameters:
depth - the pixel depth
 o getSpatialQuality
 public int getSpatialQuality()
Get the default spatial quality slider in the dialog box.

Returns:
the quality setting
 o setSpatialQuality
 public void setSpatialQuality(int spatialQuality)
Specifies the spatial quality slider in the dialog box.

Parameters:
spatialQuality - the quality setting

All Packages  Class Hierarchy  This Package  Previous  Next  Index