ADC Home > Reference Library > Reference > Audio > Carbon > Disc Recording Framework Reference

 


DRTrack(DataContentCreation)

Extends Class:
Declared In:

Overview

This category on DRTrack creates a track instance which is set up to burn a DRFolder to disc. It implements only one method, trackForRootFolder: which creates and returns a fully configured track to the caller.



Methods

+trackForRootFolder:
Creates a DRTrack capable of burning a folder to disc.

trackForRootFolder:


Creates a DRTrack capable of burning a folder to disc.

+ (DRTrack*) trackForRootFolder:(DRFolder*)rootFolder; 
Parameters
rootFolder
The root of the volume to be created.
Return Value

An autoreleased DRTrack

Discussion

Additional track properties can be set controlling the various filesystems to be generated. See the documentation for DRTrack for more info.


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.
Last Updated: 2008-04-01