MonobjcMonobjc Documented Class Library
MsfByAdding Method (msf)
NamespacesMonobjc.DiscRecordingDRMSFMsfByAdding(DRMSF)

Adds an msf to the receiver.

Original signature is '- (DRMSF*) msfByAdding:(DRMSF*)msf'

Declaration Syntax
C#Visual BasicVisual C++
public virtual DRMSF MsfByAdding(
	DRMSF msf
)
Public Overridable Function MsfByAdding ( _
	msf As DRMSF _
) As DRMSF
public:
virtual DRMSF^ MsfByAdding(
	DRMSF^ msf
)
Parameters
msf (DRMSF)
The msf to add to the receiver
Return Value
A new DRMSF object totalling the sum of the reciever and msf
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)