All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.qtcomponents.TemporalSettings

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

public final class TemporalSettings
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 TemporalSettings(int, float, int)
Construct temporal settings to set the dialog display.

Method Index

 o getFrameRate()
Get the default frame rate in the dialog box.
 o getKeyFrameRate()
Get the default key frame rate in the dialog box.
 o getTemporalQuality()
Get the default temporal quality slider in the dialog box.
 o setFrameRate(float)
Specifies the frame rate in the dialog box.
 o setKeyFrameRate(int)
Specifies the key frame rate in the dialog box.
 o setTemporalQuality(int)
Specifies the temporal 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 TemporalSettings
 public TemporalSettings(int temporalQuality,
                         float frameRate,
                         int keyFrameRate)
Construct temporal settings to set the dialog display.

Parameters:
temporalQuality - the quality setting
frameRate - the frame rate
keyFrameRate - the key frame rate

Methods

 o getTemporalQuality
 public int getTemporalQuality()
Get the default temporal quality slider in the dialog box.

Returns:
the quality setting
 o setTemporalQuality
 public void setTemporalQuality(int temporalQuality)
Specifies the temporal quality slider in the dialog box.

Parameters:
temporalQuality - the quality setting
 o getFrameRate
 public float getFrameRate()
Get the default frame rate in the dialog box.

Returns:
the frame rate
 o setFrameRate
 public void setFrameRate(float frameRate)
Specifies the frame rate in the dialog box.

Parameters:
frameRate - the frame rate
 o getKeyFrameRate
 public int getKeyFrameRate()
Get the default key frame rate in the dialog box.

Returns:
the key frame rate
 o setKeyFrameRate
 public void setKeyFrameRate(int keyFrameRate)
Specifies the key frame rate in the dialog box.

Parameters:
keyFrameRate - the key frame rate

All Packages  Class Hierarchy  This Package  Previous  Next  Index