Searched refs:QTMovie (Results 1 – 11 of 11) sorted by relevance
58 @class QTMovie;77 typedef struct QTMovie QTMovie; typedef122 extern int (*wkQTMovieDataRate)(QTMovie*);123 extern float (*wkQTMovieMaxTimeLoaded)(QTMovie*);125 extern float (*wkQTMovieMaxTimeSeekable)(QTMovie*);126 extern int (*wkQTMovieGetType)(QTMovie* movie);
56 int (*wkQTMovieDataRate)(QTMovie*);57 float (*wkQTMovieMaxTimeLoaded)(QTMovie*);59 float (*wkQTMovieMaxTimeSeekable)(QTMovie*);60 int (*wkQTMovieGetType)(QTMovie* movie);
49 @class QTMovie;61 QTMovie *_movie;69 - (void)setMovie:(QTMovie *)movie;
72 QTMovie *movie;370 obj->movie = [QTMovie movieWithAttributes:attributes error:nil];
251 - (void)setMovie:(QTMovie *)movie
11 @class QTMovie;189 int WKQTMovieGetType(QTMovie* movie);192 int WKQTMovieDataRate(QTMovie* movie);193 float WKQTMovieMaxTimeLoaded(QTMovie* movie);194 float WKQTMovieMaxTimeSeekable(QTMovie* movie);
38 @class QTMovie;44 class QTMovie; variable164 RetainPtr<QTMovie> m_qtMovie;
72 SOFT_LINK_CLASS(QTKit, QTMovie)107 #define QTMovie getQTMovieClass() macro267 m_qtMovie.adoptNS([[QTMovie alloc] initWithAttributes:movieAttributes error:&error]);645 // restore playback only if not at end, othewise QTMovie will loop741 … // QTMovieRateChangesPreservePitchAttribute cannot be changed dynamically after QTMovie creation.742 … in value is different than what already exists, we need to recreate the QTMovie for it to take ef…824 // QTMovieCurrentSizeAttribute is not allowed with instances of QTMovie that have been 1188 NSArray* fileTypes = [QTMovie movieFileTypes:QTIncludeCommonTypes];1202 …NSArray* fileTypes = [QTMovie movieFileTypes:(QTMovieFileTypeOptions)wkQTIncludeOnlyModernMediaFil…
8409 …resolvedDataRefsAttribute to NO in the attributes dictionary passed to -[QTMovie initWithAttribute…57490 … - Set QTMovie QTMoviePreventExternalURLLinksAttribute and QTSecurityPolicyNoCrossSiteAttribute 66743 …plementation of a QTKit method to avoid repaints from the NSView system associated with the QTMovie67507 Define the new QTMovie.h constants, though, when using an older QTKit.
21492 …(WebCore::MediaPlayerPrivate::setPreservesPitch): Recreate the QTMovie if the flag actually change…
23073 HAVE_ENOUGH_DATA when QTMovie load state reaches QTMovieLoadStatePlaythroughOK.