Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QTMovie有,QTMovieDidEndNotification但没有QTMovieDidStartNotification。QTMovie开始播放时如何通知我?
QTMovie
QTMovieDidEndNotification
QTMovieDidStartNotification
回答我自己的问题:QTMovieRateDidChangeNotification电影开始播放时激活。当然,文档实际上并没有记录这一点。呸。
QTMovieRateDidChangeNotification
Quicktime 将开始和暂停视为速率分别更改为 100% 和 0%。QTMovieRateDidChangeNotification 是您想要的,并检查适当的费率。