|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: User-Space Device Access Disc Recording Framework Reference
|
DRBurn(ImageContentCreation) |
| Extends Class: | |
| Declared In: |
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.
Creates a layout capable of burning an image to disc.
layoutForImageFile: |
Creates a layout capable of burning an image to disc.
pathThe 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.
An autoreleased layout object
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: 2009-08-12