Documentation Archive Developer
Search

ADC Home > Reference Library > Technical Q&As > Legacy Documents > QuickTime >

Legacy Documentclose button

Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.

Current information on this Reference Library topic can be found here:

Retrieving Audio from QuickTime Files

Q How can I retrieve audio from QuickTime files in 1-second segments? I need a call for sound that is the equivalent of GetMoviePict.

A PutMovieIntoTypedHandle takes a movie or a single track from within the movie and converts it to a handle in memory of a specified type, so you can use PutMovieIntoTypedHandle to take a sound track and convert it to a handle.

[May 01 1995]