Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

< Previous PageNext Page > Hide TOC

Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Movie Importers

In general, movie importers don’t get idled. Typically, a movie importer just examines a file, scans it, and then creates a movie that will point at the file and describe how to play it. The media data is in that file, but the movie itself is in memory.

There is a special kind of movie importer component that remains open to do further work after the movie is constructed. These importers implement MovieImportIdle. These “idling importers” can throttle back their idles by implementing MovieImportSetIdleManager, and then using the Idle Manager calls to specify when they want to be idled next.

MovieImportSetIdleManager

Gives an Idle Manager object to a movie importer component, so it can report its idling needs.

MovieImportSetIdleManager (MovieImportComponent ci,
   IdleManager im);

Parameters
ci

A movie importer component instance.

im

An idle manager.

Discussion

This routine must be implemented by a movie importer that wants to report its idling needs.

Introduced in QuickTime 6.

Availability
Declared In
QuickTimeComponents.h

< Previous PageNext Page > Hide TOC


Last updated: 2002-07-01




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.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice