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

 


DRBurn(ImageContentCreation)

Extends Class:
Declared In:

Overview

This category on DRBurn creates a custom layout object which is set up to burn an image file to disc. It implements only one method, layoutForImageFile: which creates and returns a fully configured layout object to the caller.



Methods

+layoutForImageFile:
Creates a layout capable of burning an image to disc.

layoutForImageFile:


Creates a layout capable of burning an image to disc.

+ (id) layoutForImageFile:(NSString*)path; 
Parameters
path
The path to the image file. This file must be one that can be read by DiscRecording. The supported image types include: .dmg, .iso, .cue, and .toc. For .cue and .toc files the corresponding data files (.bin, .img, etc) must also be present and correctly referenced in the .cue/.toc file.
Return Value

An autoreleased layout object

Discussion

The layout created by this method may be any type of object. No assumptions should be made as to what sort of object may be returned based on the input image type.


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