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