有没有QTKit能理解的文件格式的概述?
发布于 2009-09-18 00:05:58
您可以使用QTMovie的+movieFileTypes:方法从以下位置选择类型选项:
QTIncludeStillImageTypes
QTIncludeTranslatableTypes
QTIncludeAggressiveTypes
QTIncludeCommonTypes
QTIncludeAllTypes发布于 2009-12-08 03:55:21
鲍勃提到,除了程序化的QTMovie +movieFileTypes之外,你还可以查看Quicktime Player规范页面:
http://www.apple.com/quicktime/player/specs.html
https://stackoverflow.com/questions/1441767
复制相似问题