开发者

QTMovie pauses on minimize?

开发者 https://www.devze.com 2022-12-22 19:53 出处:网络
I\'开发者_开发技巧m trying to create a video player that plays in the dock when minimized. I\'m grabbing the current frame from the QTMovie and intermittently setting it as the minimized icon, but whe

I'开发者_开发技巧m trying to create a video player that plays in the dock when minimized. I'm grabbing the current frame from the QTMovie and intermittently setting it as the minimized icon, but when the window minimizes, the movie (or associated QTMovieView) pauses. How can I prevent this behavior?


I did a quick test and for me the movie doesn't pause when the window is minimized. You should set a breakpoint at -[QTMovie stop] and see where it's being called from when minimized.

0

精彩评论

暂无评论...
验证码 换一张
取 消