Version: 1.0

Posted: 2003-01-14

Build Requirements: N/A

Runtime Requirements: Carbon

View Source Code:

Download Sample (“qtfullscreen.zip”, 3.5K)
Download Sample (“qtfullscreen.dmg”, 61.3K)



Description

This sample code has been updated for QuickTime 5.0 README - QTFullScreen QTFullScreen.c defines functions that illustrate how to play QuickTime movies full screen. The key elements to displaying full screen movies are the calls BeginFullScreen and EndFullScreen, introduced in QuickTime 2.5. Here we open a QuickTime movie, configure it to play full screen, associate a movie controller, and then let the controller handle events. Your application should call the function QTFullScreen_EventLoopAction in its event loop (on Mac OS) or when it gets idle events (on Windows).

Document Revision History

Date Notes
2003-01-14Defines functions that illustrate how to play QuickTime movies full screen.

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.