MonoMac.AVFoundation.AVAudioRecorder: Method Members

The methods of MonoMac.AVFoundation.AVAudioRecorder are listed below. For a list of all members, see the AVAudioRecorder Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

AveragePower(uint) : float
Documentation for this section has not yet been entered.
static
Create(MonoMac.Foundation.NSUrl, AudioSettings, out MonoMac.Foundation.NSError) : AVAudioRecorder
Documentation for this section has not yet been entered.
DeleteRecording() : bool
Documentation for this section has not yet been entered.
Pause()
Documentation for this section has not yet been entered.
PeakPower(uint) : float
Documentation for this section has not yet been entered.
PrepareToRecord() : bool
Documentation for this section has not yet been entered.
Record() : bool
Documentation for this section has not yet been entered.
RecordFor(double) : bool
Documentation for this section has not yet been entered.
Stop()
Documentation for this section has not yet been entered.
static
ToUrl(MonoMac.Foundation.NSUrl, AVAudioRecorderSettings, out MonoMac.Foundation.NSError) : AVAudioRecorder
Creates an AVAudioRecoder that records into a specified file, using the specified settings.
static
ToUrl(MonoMac.Foundation.NSUrl, MonoMac.Foundation.NSDictionary, out MonoMac.Foundation.NSError) : AVAudioRecorder
Creates an AVAudioRecoder that records into a specified file, using the specified settings.
UpdateMeters()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the AVAudioRecorder object.