MonobjcMonobjc Documented Class Library
MsfWithFrames Method (frames)
NamespacesMonobjc.DiscRecordingDRMSFMsfWithFrames(UInt32)

Creates an msf object whose length is frames.

Original signature is '+ (DRMSF*) msfWithFrames:(UInt32)frames'

Declaration Syntax
C#Visual BasicVisual C++
public static DRMSF MsfWithFrames(
	uint frames
)
Public Shared Function MsfWithFrames ( _
	frames As UInteger _
) As DRMSF
public:
static DRMSF^ MsfWithFrames(
	unsigned int frames
)
Parameters
frames (UInt32)
MISSING
Return Value
An autoreleased DRMSF 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)