MonobjcMonobjc Documented Class Library
QTMovieFileTypeOptions Enumeration
NamespacesMonobjc.QTKitQTMovieFileTypeOptions

The following values can be used to include some or all of the file types that are normally excluded:

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum QTMovieFileTypeOptions
Public Enumeration QTMovieFileTypeOptions
public enum class QTMovieFileTypeOptions
Members
MemberDescription
QTIncludeStillImageTypes

This value adds to the array all file types for still images that can be opened using a graphics importer.

Available in Mac OS X v10.3 and later.


QTIncludeTranslatableTypes

This value adds to the array all file types for files that can be opened using a movie importer but for which a new file must be created.

Available in Mac OS X v10.3 and later.


QTIncludeAggressiveTypes

This value adds to the array all file types for files that can be opened using a movie importer but that are not commonly used in connection with movies (for instance, text or HTML files).

Available in Mac OS X v10.3 and later.


QTIncludeCommonTypes

This value adds to the array all common file types that QuickTime can open in place on the current system.

Available in Mac OS X v10.3 and later.


QTIncludeAllTypes

This value adds to the array all file types that QuickTime can open on the current system, using any available movie or graphics importer.

Available in Mac OS X v10.3 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)