|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: User-Space Device Access Disc Recording Framework Reference
|
DRTrack(AudioContentCreation) |
| Extends Class: | |
| Declared In: |
This category on DRTrack creates a track configured to burn audio data to disc. It implements two methods trackForAudioOfLength:producer: and trackForAudioFile: which create and return a fully configured track to the caller.
Creates a DRTrack capable of burning RedBook CD audio from a QuickTime readable file.
Creates a DRTrack capable of burning RedBook CD audio.
trackForAudioFile: |
Creates a DRTrack capable of burning RedBook CD audio from a QuickTime readable file.
pathThe path to the file. This file must be one that can be read by QuickTime.
An autoreleased DRTrack
This method creates a track object configured and primed to output RedBook audio CD data. It accepts any file readable by QuickTime and extracts the audio data (if any) from the file, translating that into the correct format for output to the disc.
trackForAudioOfLength:producer: |
Creates a DRTrack capable of burning RedBook CD audio.
lengthThe length of the track that will be produced.
producerThe object to use as the data producer
An autoreleased DRTrack
This method configures a track object configured to accept standard RedBook audio CD data. It is up to the client to provide that data to the track object through the producer object. The producer is an object which implements the DRTrackDataProduction protocol.
Last Updated: 2009-08-12