|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.QTObject | +--quicktime.std.comp.ComponentIdentifier | +--quicktime.std.comp.Component | +--quicktime.std.qtcomponents.CompressionDialog
This class represents the standard compression dialog.
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Method Summary | |
int |
getInfoPreferences()
Retrieves the current preferences for a dialog. |
QTHandleRef |
getInfoState()
Retrieves all of the settings for a dialog. |
AtomContainer |
getSettings()
Retrieves the current configuration from the dialog QuickTime__SCGetSettingsFromAtomContainer() |
void |
requestSettings()
Displays the standard dialog box to the user for a single image or for sound. |
void |
setInfoPreferences(int flags)
Sets the current preferences for a dialog. |
void |
setInfoState(AtomContainer settings)
Deprecated. |
void |
setInfoState(QTHandleRef settings)
Sets all of the settings for a dialog. |
void |
setSettings(AtomContainer settings)
Sets the current configuration for a dialog. |
Methods inherited from class quicktime.std.comp.Component |
count |
Methods inherited from class quicktime.std.comp.ComponentIdentifier |
find, find, getInfo, toString |
Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public void requestSettings() throws StdQTException
public QTHandleRef getInfoState() throws QTException
public void setInfoState(QTHandleRef settings) throws StdQTException
public void setInfoPreferences(int flags) throws StdQTException
flags
- the preference flagspublic int getInfoPreferences() throws StdQTException
public AtomContainer getSettings() throws StdQTException
public void setInfoState(AtomContainer settings) throws StdQTException
setSettings
public void setSettings(AtomContainer settings) throws StdQTException
settings
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |