QuickTime for .NET and COM Developers

| Classes | |
|---|---|
| QTControl | QuickTime COM/ActiveX control. Handles opening of movie and interaction with host window. |
| Enumerations | |
| BorderStylesEnum | Control border options. Default is bsPlain. |
| QTErrorEventOriginEnum | Origin of the error that triggered an Error event. |
| QTFullScreenFlagsEnum | Flags to control full-screen display mode. Used with the FullScreenFlags property. Default is qtFullScreenDefaultFlags. |
| QTFullScreenSizingModeEnum | Sizing options for full-screen display mode. Used with the FullScreenSizing property. Default is qtFullScreenMovieFitsMonitorMaintainAspectRatio. |
| QTInitializeQTMLFlagsEnum | Flags for QuickTime initialization as used with the QuickTimeInitialize method. |
| QTOpenMovieFlagsEnum | Flags that govern how a movie is opened. Used with the NewMovieFlags property. Default is qtOpenMovieDefaultFlags. |
| QTSizingModeEnum | Options for control sizing. Used with the Sizing property. Default is qtControlFitsMovie. |
| QTStatusCodesEnum | Codes for StatusUpdate events from the control. |
| QTStatusCodeTypesEnum | Code types for StatusUpdate events from the control. |
| Classes | |
| CFObject | General-purpose data container class that wraps a Core Foundation object. Used for properties that handle complex data. Can be created with New. |
| CFObjects | Collection of CFObject. |
| Error | Holds information about the last error that occurred. Obtained from the Error property of QTMovie or QTQuickTime. |
| IQTObject | Base interface implemented by many QuickTime objects. |
| QTChapter | Chapter of a movie. |
| QTChapters | Collection of chapters within a movie. Returned by the Chapters property of QTMovie |
| QTEventListeners | Collection of QuickTime events that are registered for notification with an object. Any QuickTime object that implements IQTObject has a collection... |