MonobjcMonobjc Documented Class Library
TestProductionSpeedForLength Method (length)
NamespacesMonobjc.DiscRecordingDRTrackTestProductionSpeedForLength(UInt32)

Tests the production speed for a specified byte count.

Original signature is '- (float) testProductionSpeedForLength:(uint32_t)length'

Declaration Syntax
C#Visual BasicVisual C++
public virtual float TestProductionSpeedForLength(
	uint length
)
Public Overridable Function TestProductionSpeedForLength ( _
	length As UInteger _
) As Single
public:
virtual float TestProductionSpeedForLength(
	unsigned int length
)
Parameters
length (UInt32)
The length of the test in bytes.
Return Value
The maximum speed data can be produced at.
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)