MonoMac.AVFoundation.AVAudioRecorder Members

The members of MonoMac.AVFoundation.AVAudioRecorder are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Use the factory AVAudioRecorder.ToUrl as this method had an invalid signature up to MonoMac 1.4.4

Public Properties

[read-only]
AudioSettingsAudioSettings. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
currentTimedouble. Documentation for this section has not yet been entered.
DelegateAVAudioRecorderDelegate. An instance of the MonoMac.AVFoundation.AVAudioRecorderDelegate model class which acts as the class delegate.
MeteringEnabledbool. Documentation for this section has not yet been entered.
[read-only]
Recordingbool. Documentation for this section has not yet been entered.
[read-only]
SettingsMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
[read-only]
UrlMonoMac.Foundation.NSUrl. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

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.

Public Events

BeginInterruptionDocumentation for this section has not yet been entered.
EncoderErrorDocumentation for this section has not yet been entered.
EndInterruptionDocumentation for this section has not yet been entered.
FinishedRecordingDocumentation for this section has not yet been entered.