MonoTouch.AudioToolbox.AudioSessionMode Enumeration
The fine detail over the audio mode, an extension to the AudioSession Category

Syntax

public enum AudioSessionMode

Remarks

This property is used to do the fine-level control over the audio session. The major component is determined by the AudioSession.Category property and this is used to tune whether the session behaves in the default mode (what every app got in the pre iOS 5.0 days), Voice Chat, Video Recording or is being used in Measurement mode (where you get raw data, without any gain changes for Audio).

Members

Member NameDescription
Default The default value uses the same settings that existed in the pre iOS 5.0 days. If there is more than one microphone on the device, the primary one is used.
GameChatSet by GameKit, users should not set this directly. Use VoiceChat instead.
MeasurementUsed when you want to measure the audio, so no gains are applied to the data. This is used when setting the AudioSession.Category property to PlayAndRecord or RecordAudio values.
VideoRecordingConfigures the audio for video recording, and uses the microphone closer to the camera as its input.
VoiceChat Used when you want to perform voice chats over a network connection. The audio stack is configured for voice recording, the default system microphone is used and sets the AudioSession.OverrideCategoryEnableBluetoothInput to true.

Requirements

Namespace: MonoTouch.AudioToolbox
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0