Version: 1.0.1

Posted: 2005-07-15

Build Requirements: Xcode 2.1+, Xcode 2.0, CodeWarrior 9.5

Runtime Requirements: Mac OS X 10.4+, QuickTime 7+

View Source Code:

Download Sample (“SimpleHIMovieViewPlayer.zip”, 91.7K)
Download Sample (“SimpleHIMovieViewPlayer.dmg”, 154.1K)



Description

SimpleHIMovieViewPlayer is an application demonstrating how to use an HIMovieView to play back QuickTime Movies. It allows some manipulation of the view's attributes and displays the views optimum bounds and current bounds as the window size changes.

Xcode 2.1 project builds universal binary.

What Is HIMovieView?

HIMovieView is similar to the older Carbon Movie Control in that it is a higher level interface to the QuickTime Movie Controller Component. This view however is a first class HIObject and not simply a custom control. The advantage of using this view over both the lower level control and the Carbon Movie Control is that it uses Core Video and Visual Contexts to render Movies providing higher performance, live resizing and a much simpler client interface.

Availability:

HiMovieView was added in QuickTime 7 and is available only on Mac OS X 10.4 and greater.

What Is HIView?

HIView is a object-oriented view system available for implementing Carbon user interface elements.

Document Revision History

Date Notes
2005-07-15Added Xcode 2.1 project & universal binary target
2005-06-01Demonstrates how to use HIMovieView to play QuickTime Movies.

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.