Uses of Class
org.robovm.apple.avfoundation.AVAudioSessionCategoryOptions
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAudioSessionCategoryOptions in org.robovm.apple.avfoundation
Fields in org.robovm.apple.avfoundation declared as AVAudioSessionCategoryOptions Modifier and Type Field Description static AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. AllowAirPlaystatic AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. AllowBluetoothstatic AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. AllowBluetoothA2DPstatic AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. DefaultToSpeakerstatic AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. DuckOthersstatic AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. InterruptSpokenAudioAndMixWithOthersstatic AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. MixWithOthersstatic AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. Nonestatic AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. OverrideMutedMicrophoneInterruptionMethods in org.robovm.apple.avfoundation that return AVAudioSessionCategoryOptions Modifier and Type Method Description protected AVAudioSessionCategoryOptions[]AVAudioSessionCategoryOptions. _values()AVAudioSessionCategoryOptionsAVAudioSession. getCategoryOptions()static AVAudioSessionCategoryOptions[]AVAudioSessionCategoryOptions. values()protected AVAudioSessionCategoryOptionsAVAudioSessionCategoryOptions. wrap(long value, long mask)Methods in org.robovm.apple.avfoundation with parameters of type AVAudioSessionCategoryOptions Modifier and Type Method Description booleanAVAudioSession. setCategory(AVAudioSessionCategory category, String mode, AVAudioSessionCategoryOptions options)booleanAVAudioSession. setCategory(AVAudioSessionCategory category, String mode, AVAudioSessionRouteSharingPolicy policy, AVAudioSessionCategoryOptions options)booleanAVAudioSession. setCategory(AVAudioSessionCategory category, AVAudioSessionCategoryOptions options)