Enum ISN_AVAudioSessionCategory
Audio session category identifiers.
Namespace: SA.iOS.AVFoundation
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_AVAudioSessionCategory
Fields
Name | Description |
---|---|
Ambient | The category for an app in which sound playback is nonprimary—that is, your app can be used successfully with the sound turned off. |
MultiRoute | The category for routing distinct streams of audio data to different output devices at the same time. |
PlayAndRecord | The category for recording (input) and playback (output) of audio, such as for a VoIP (Voice over Internet Protocol) app. |
Playback | The category for playing recorded music or other sounds that are central to the successful use of your app. |
Record | The category for recording audio; this category silences playback audio. |
SoloAmbient | The default audio session category. |