quicktime.std.qtcomponents
Class TemporalSettings
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.std.qtcomponents.TemporalSettings
- All Implemented Interfaces:
- PrimitivesLib, java.io.Serializable, SharedLibrary, com.apple.jdirect.SharedLibrary
- public final class TemporalSettings
- extends QTByteObject
- implements PrimitivesLib
- See Also:
- Serialized Form
Field Summary |
static int |
kNativeSize
This is the size (the number of bytes) that are required for this class |
Constructor Summary |
TemporalSettings(byte[] theBytes)
Constructor for building a temporal settings object from a byte array
(such as the one you can get from an atom container) |
TemporalSettings(int temporalQuality,
float frameRate,
int keyFrameRate)
Construct temporal settings to set the dialog display. |
Method Summary |
float |
getFrameRate()
Get the default frame rate in the dialog box. |
int |
getKeyFrameRate()
Get the default key frame rate in the dialog box. |
int |
getTemporalQuality()
Get the default temporal quality slider in the dialog box. |
void |
setFrameRate(float frameRate)
Specifies the frame rate in the dialog box. |
void |
setKeyFrameRate(int keyFrameRate)
Specifies the key frame rate in the dialog box. |
void |
setTemporalQuality(int temporalQuality)
Specifies the temporal quality slider in the dialog box. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 settingframeRate
- the frame ratekeyFrameRate
- the key frame rate
TemporalSettings
public TemporalSettings(byte[] theBytes)
- Constructor for building a temporal settings object from a byte array
(such as the one you can get from an atom container)
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