The fields of MonoMac.AVFoundation.AVAudioRecorderSettings are listed below. For a list of all members, see the AVAudioRecorderSettings Members list.
See Also: Inherited members from System.Object
| AudioFormat | MonoMac.AudioToolbox.AudioFormatType. Specified the audio format to record to. | |
| AudioQuality | AVAudioQuality. The audio quality level for the recording | |
| EncoderBitDepthHint | Nullable<int>. The Encoder's bit depth | |
| EncoderBitRate | Nullable<int>. The Encoder's bit rate. | |
| EncoderBitRatePerChannel | Nullable<int>. The Encoder's bit rate per channel. | |
| LinearPcmBigEndian | bool. For PCM-only: whether the data is encoded in BigEndian Format (defaults to no) | |
| LinearPcmBitDepth | int. For PCM-only: whether the data is encoded in BigEndian Format (defaults to no). | |
| LinearPcmFloat | bool. For PCM-only: whether the data is encoded using floats or integers (defaults to false) | |
| LinearPcmNonInterleaved | bool. For PCM-only: whether the data is non-interleaved (defaults to false) | |
| NumberChannels | int. The number of channels to record. | |
| SampleRate | float. The sample rate to use for the recording. | |
| SampleRateConverterAudioQuality | Nullable<AVAudioQuality>. The audio quality for the converter's sample rate |