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.

Data Handlers

Certain data handlers support scheduling reads in the future. These data handlers implement DataHTask, so that they will have an opportunity to start that read sometime later. These data handlers can throttle back the calls to DataHTask by implementing DataHSetIdleManager, and using the Idle Manager calls to say when they want to be idled next.

DataHSetIdleManager

Gives an Idle Manager object to a data handler, so it can report its idling needs.

DataHSetIdleManager (DataHandler dh,
   IdleManager im);

Parameters
dh

A data handler component instance.

im

An idle manager.

Discussion

This routine must be implemented by a data handler that wants to report its idling needs.

Introduced in QuickTime 6.

Availability
Declared In
QuickTimeComponents.h

What To Do Next

After receiving an idle manager by means of the above calls, a data handler can call the following routines to tell QuickTime when they need to be idled next:



< 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