What video file formats can QTKit play?

Is there an overview of the file formats QTKit understands?

+2


source to share


2 answers


You are using the QTMovie + movieFileTypes: method picking a type parameter from:



QTIncludeStillImageTypes
QTIncludeTranslatableTypes
QTIncludeAggressiveTypes
QTIncludeCommonTypes
QTIncludeAllTypes

      

+4


source


Besides the programmatic QTMovie + movieFileTypes, Bob says, you can also check the Quicktime Player Spec page:



http://www.apple.com/quicktime/player/specs.html

0


source







All Articles