MonobjcMonobjc Documented Class Library
EstimateLength Method
NamespacesMonobjc.DiscRecordingDRTrackEstimateLength()()()()

Asks the track producer for a size estimate.

Original signature is '- (uint64_t) estimateLength'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual ulong EstimateLength()
Public Overridable Function EstimateLength As ULong
public:
virtual unsigned long long EstimateLength()
Return Value
The estimated length of the track.
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)