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
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
TemporalSettings(int, float, int)
- Construct temporal settings to set the dialog display.
-
getFrameRate()
- Get the default frame rate in the dialog box.
-
getKeyFrameRate()
- Get the default key frame rate in the dialog box.
-
getTemporalQuality()
- Get the default temporal quality slider in the dialog box.
-
setFrameRate(float)
- Specifies the frame rate in the dialog box.
-
setKeyFrameRate(int)
- Specifies the key frame rate in the dialog box.
-
setTemporalQuality(int)
- Specifies the temporal quality slider in the dialog box.
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
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
getTemporalQuality
public int getTemporalQuality()
- Get the default temporal quality slider in the dialog box.
- Returns:
- the quality setting
setTemporalQuality
public void setTemporalQuality(int temporalQuality)
- Specifies the temporal quality slider in the dialog box.
- Parameters:
- temporalQuality - the quality setting
getFrameRate
public float getFrameRate()
- Get the default frame rate in the dialog box.
- Returns:
- the frame rate
setFrameRate
public void setFrameRate(float frameRate)
- Specifies the frame rate in the dialog box.
- Parameters:
- frameRate - the frame rate
getKeyFrameRate
public int getKeyFrameRate()
- Get the default key frame rate in the dialog box.
- Returns:
- the key frame rate
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