MonobjcMonobjc Documented Class Library
TrackForAudioOfLengthProducer Method (length, producer)
NamespacesMonobjc.DiscRecordingDRTrackTrackForAudioOfLengthProducer(DRMSF, Id)

Creates a DRTrack capable of burning RedBook CD audio.

Original signature is '+ (DRTrack*) trackForAudioOfLength:(DRMSF*)length producer:(id)producer'

Declaration Syntax
C#Visual BasicVisual C++
public static DRTrack TrackForAudioOfLengthProducer(
	DRMSF length,
	Id producer
)
Public Shared Function TrackForAudioOfLengthProducer ( _
	length As DRMSF, _
	producer As Id _
) As DRTrack
public:
static DRTrack^ TrackForAudioOfLengthProducer(
	DRMSF^ length, 
	Id^ producer
)
Parameters
length (DRMSF)
The length of the track that will be produced.
producer (Id)
The object to use as the data producer
Return Value
An autoreleased DRTrack
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)