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)


Variable Index

 o gestaltQD3D
Used to ascertain if QuickTime3D is present on user's system
 o gestaltQD3DPresent
Used to ascertain if QuickTime3D is present on user's system
 o gestaltQTVRMgrAttr
Used to ascertain if QuickTimeVR is present on user's system
 o gestaltQTVRMgrPresent
Used to ascertain if QuickTimeVR is present on user's system
 o gestaltQuickTimeVersion
Used to ascertain if QuickTime is present on user's system
 o kInitializeQTMLDisableDirectSound
 o kInitializeQTMLNoSoundFlag
 o kInitializeQTMLUseGDIFlag
 o kQTMLHandlePortEvents
 o kQTMLNoIdleEvents

Variables

 o gestaltQuickTimeVersion
 public static final int gestaltQuickTimeVersion
Used to ascertain if QuickTime is present on user's system

 o gestaltQD3D
 public static final int gestaltQD3D
Used to ascertain if QuickTime3D is present on user's system

 o gestaltQD3DPresent
 public static final int gestaltQD3DPresent
Used to ascertain if QuickTime3D is present on user's system

 o gestaltQTVRMgrAttr
 public static final int gestaltQTVRMgrAttr
Used to ascertain if QuickTimeVR is present on user's system

 o gestaltQTVRMgrPresent
 public static final int gestaltQTVRMgrPresent
Used to ascertain if QuickTimeVR is present on user's system

 o kInitializeQTMLNoSoundFlag
 public static final int kInitializeQTMLNoSoundFlag
 o kInitializeQTMLUseGDIFlag
 public static final int kInitializeQTMLUseGDIFlag
 o kQTMLHandlePortEvents
 public static final int kQTMLHandlePortEvents
 o kQTMLNoIdleEvents
 public static final int kQTMLNoIdleEvents
 o kInitializeQTMLDisableDirectSound
 public static final int kInitializeQTMLDisableDirectSound

All Packages  Class Hierarchy  This Package  Previous  Next  Index