All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.DataRateSettings
java.lang.Object
|
+----quicktime.util.QTByteObject
|
+----quicktime.std.qtcomponents.DataRateSettings
- public final class DataRateSettings
- extends QTByteObject
- implements PrimitivesLib
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
DataRateSettings(int, int, int, int)
- Construct temporal settings to set the dialog display.
-
getDataRate()
- Get the default data rate in the dialog box.
-
getFrameDuration()
- Get the default frame duration in the dialog box.
-
getMinSpatialQuality()
- Get the default min spatial quality slider in the dialog box.
-
getMinTemporalQuality()
- Get the default min temporal quality slider in the dialog box.
-
setDataRate(int)
- Specifies the default data rate in the dialog box.
-
setFrameDuration(int)
- Specifies the default frame duration in the dialog box.
-
setMinSpatialQuality(int)
- Specifies the min spatial quality slider in the dialog box.
-
setMinTemporalQuality(int)
- Specifies the min 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
DataRateSettings
public DataRateSettings(int dataRate,
int frameDuration,
int minSpatialQuality,
int minTemporalQuality)
- Construct temporal settings to set the dialog display.
- Parameters:
- depth - the pixel depth
- spatialQuality - the quality setting
getDataRate
public int getDataRate()
- Get the default data rate in the dialog box.
- Returns:
- the data rate
setDataRate
public void setDataRate(int dataRate)
- Specifies the default data rate in the dialog box.
- Parameters:
- dataRate - the data rate
getFrameDuration
public int getFrameDuration()
- Get the default frame duration in the dialog box.
- Returns:
- the frame duration
setFrameDuration
public void setFrameDuration(int frameDuration)
- Specifies the default frame duration in the dialog box.
- Parameters:
- frameDuration - the frameDuration
getMinSpatialQuality
public int getMinSpatialQuality()
- Get the default min spatial quality slider in the dialog box.
- Returns:
- the quality setting
setMinSpatialQuality
public void setMinSpatialQuality(int minSpatialQuality)
- Specifies the min spatial quality slider in the dialog box.
- Parameters:
- minSpatialQuality - the quality setting
getMinTemporalQuality
public int getMinTemporalQuality()
- Get the default min temporal quality slider in the dialog box.
- Returns:
- the quality setting
setMinTemporalQuality
public void setMinTemporalQuality(int minTemporalQuality)
- Specifies the min temporal quality slider in the dialog box.
- Parameters:
- minTemporalQuality - the quality setting
All Packages Class Hierarchy This Package Previous Next Index