Important: The information in this document is obsolete and should not be used for new development.
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.
Gives an Idle Manager object to a movie importer component, so it can report its idling needs.
MovieImportSetIdleManager (MovieImportComponent ci, IdleManager im);
A movie importer component instance.
An idle manager.
This routine must be implemented by a movie importer that wants to report its idling needs.
Introduced in QuickTime 6.
QuickTimeComponents.h
Last updated: 2002-07-01