다음을 통해 공유


AVAudioSessionCategoryOptions 열거형

정의

값이 선택적 오디오 동작을 지정하는 열거형입니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

[System.Flags]
public enum AVAudioSessionCategoryOptions
type AVAudioSessionCategoryOptions = 
상속
AVAudioSessionCategoryOptions
특성

필드

AllowAirPlay 64

AirPlay가 허용됨을 나타냅니다.

AllowBluetooth 4

Bluetooth가 허용됨을 나타냅니다.

AllowBluetoothA2DP 32

Bluetooth A2DP가 허용됨을 나타냅니다.

DefaultToSpeaker 8

시스템 출력을 기본적으로 사용해야 했음을 나타냅니다.

DuckOthers 2

이 오디오 세션이 재생될 때 다른 오디오 세션의 출력 볼륨이 감소됨을 나타냅니다.

InterruptSpokenAudioAndMixWithOthers 17

출력이 일반적으로 다른 세션의 출력을 일시 중지해야 하는 음성 단어 출력임을 나타냅니다.

MixWithOthers 1

이 세션의 출력이 다른 세션의 출력과 혼합되어야 했음을 나타냅니다.

적용 대상