MonobjcMonobjc Documented Class Library
BurnForDevice Method (device)
NamespacesMonobjc.DiscRecordingDRBurnBurnForDevice(DRDevice)

Creates an autoreleased burn object.

Original signature is '+ (DRBurn*) burnForDevice:(DRDevice*)device'

Declaration Syntax
C#Visual BasicVisual C++
public static DRBurn BurnForDevice(
	DRDevice device
)
Public Shared Function BurnForDevice ( _
	device As DRDevice _
) As DRBurn
public:
static DRBurn^ BurnForDevice(
	DRDevice^ device
)
Parameters
device (DRDevice)
Device to use for the burn
Return Value
An autoreleased DRBurn object.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.DiscRecording (Module: Monobjc.DiscRecording)