Home | History | Annotate | Download | only in mac

Lines Matching refs:qtMovie

80 SOFT_LINK_CLASS(QTKit, QTMovie)
118 #define QTMovie getQTMovieClass()
384 m_qtMovie.adoptNS([[QTMovie alloc] initWithAttributes:movieAttributes error:&error]);
726 pm.media.qtMovie = m_qtMovie.get();
817 // restore playback only if not at end, otherwise QTMovie will loop
956 // QTMovieRateChangesPreservePitchAttribute cannot be changed dynamically after QTMovie creation.
957 // If the passed in value is different than what already exists, we need to recreate the QTMovie for it to take effect.
1030 // QTMovieCurrentSizeAttribute is not allowed with instances of QTMovie that have been
1427 NSArray* fileTypes = [QTMovie movieFileTypes:QTIncludeCommonTypes];
1441 NSArray* fileTypes = [QTMovie movieFileTypes:(QTMovieFileTypeOptions)wkQTIncludeOnlyModernMediaFileTypes()];