Package org.robovm.apple.avfoundation
Class AVAudioSessionCategoryOptions
java.lang.Object
org.robovm.rt.bro.Bits<AVAudioSessionCategoryOptions>
org.robovm.apple.avfoundation.AVAudioSessionCategoryOptions
- All Implemented Interfaces:
Comparable<AVAudioSessionCategoryOptions>,Iterable<AVAudioSessionCategoryOptions>
public final class AVAudioSessionCategoryOptions extends Bits<AVAudioSessionCategoryOptions>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static AVAudioSessionCategoryOptionsAllowAirPlaystatic AVAudioSessionCategoryOptionsAllowBluetoothstatic AVAudioSessionCategoryOptionsAllowBluetoothA2DPstatic AVAudioSessionCategoryOptionsDefaultToSpeakerstatic AVAudioSessionCategoryOptionsDuckOthersstatic AVAudioSessionCategoryOptionsInterruptSpokenAudioAndMixWithOthersstatic AVAudioSessionCategoryOptionsMixWithOthersstatic AVAudioSessionCategoryOptionsNonestatic AVAudioSessionCategoryOptionsOverrideMutedMicrophoneInterruption -
Constructor Summary
Constructors Constructor Description AVAudioSessionCategoryOptions(long value) -
Method Summary
Modifier and Type Method Description protected AVAudioSessionCategoryOptions[]_values()static AVAudioSessionCategoryOptions[]values()protected AVAudioSessionCategoryOptionswrap(long value, long mask)
-
Field Details
-
None
-
MixWithOthers
-
DuckOthers
-
AllowBluetooth
-
DefaultToSpeaker
-
InterruptSpokenAudioAndMixWithOthers
- Since:
- Available in iOS 9.0 and later.
-
AllowBluetoothA2DP
- Since:
- Available in iOS 10.0 and later.
-
AllowAirPlay
- Since:
- Available in iOS 10.0 and later.
-
OverrideMutedMicrophoneInterruption
- Since:
- Available in iOS 14.5 and later.
-
-
Constructor Details
-
AVAudioSessionCategoryOptions
public AVAudioSessionCategoryOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<AVAudioSessionCategoryOptions>
-
_values
- Specified by:
_valuesin classBits<AVAudioSessionCategoryOptions>
-
values
-