MonobjcMonobjc Documented Class Library
TestProductionSpeedForInterval Method (interval)
NamespacesMonobjc.DiscRecordingDRTrackTestProductionSpeedForInterval(Double)

Tests the production speed for a specified interval.

Original signature is '- (float) testProductionSpeedForInterval:(NSTimeInterval)interval'

Declaration Syntax
C#Visual BasicVisual C++
public virtual float TestProductionSpeedForInterval(
	double interval
)
Public Overridable Function TestProductionSpeedForInterval ( _
	interval As Double _
) As Single
public:
virtual float TestProductionSpeedForInterval(
	double interval
)
Parameters
interval (Double)
The length of the test in seconds.
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)