All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.QTConstants
- public interface QTConstants
This class represents all of the constants in the QT interfaces.
ALL constants except for constants that start with an acronym, such as MPEG, ...
start with a small letter (not a capital one)
-
gestaltQD3D
- Used to ascertain if QuickTime3D is present on user's system
-
gestaltQD3DPresent
- Used to ascertain if QuickTime3D is present on user's system
-
gestaltQTVRMgrAttr
- Used to ascertain if QuickTimeVR is present on user's system
-
gestaltQTVRMgrPresent
- Used to ascertain if QuickTimeVR is present on user's system
-
gestaltQuickTimeVersion
- Used to ascertain if QuickTime is present on user's system
-
kInitializeQTMLDisableDirectSound
-
-
kInitializeQTMLNoSoundFlag
-
-
kInitializeQTMLUseGDIFlag
-
-
kQTMLHandlePortEvents
-
-
kQTMLNoIdleEvents
-
gestaltQuickTimeVersion
public static final int gestaltQuickTimeVersion
- Used to ascertain if QuickTime is present on user's system
gestaltQD3D
public static final int gestaltQD3D
- Used to ascertain if QuickTime3D is present on user's system
gestaltQD3DPresent
public static final int gestaltQD3DPresent
- Used to ascertain if QuickTime3D is present on user's system
gestaltQTVRMgrAttr
public static final int gestaltQTVRMgrAttr
- Used to ascertain if QuickTimeVR is present on user's system
gestaltQTVRMgrPresent
public static final int gestaltQTVRMgrPresent
- Used to ascertain if QuickTimeVR is present on user's system
kInitializeQTMLNoSoundFlag
public static final int kInitializeQTMLNoSoundFlag
kInitializeQTMLUseGDIFlag
public static final int kInitializeQTMLUseGDIFlag
kQTMLHandlePortEvents
public static final int kQTMLHandlePortEvents
kQTMLNoIdleEvents
public static final int kQTMLNoIdleEvents
kInitializeQTMLDisableDirectSound
public static final int kInitializeQTMLDisableDirectSound
All Packages Class Hierarchy This Package Previous Next Index