Package org.robovm.apple.avfoundation
Class AVAudioSessionCategory
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.avfoundation.AVAudioSessionCategory
public class AVAudioSessionCategory extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAudioSessionCategory.AsListMarshalerstatic classAVAudioSessionCategory.Marshalerstatic classAVAudioSessionCategory.Values -
Field Summary
Fields Modifier and Type Field Description static AVAudioSessionCategoryAmbientstatic AVAudioSessionCategoryAudioProcessingDeprecated.Deprecated in iOS 10.0.static AVAudioSessionCategoryMultiRoutestatic AVAudioSessionCategoryPlayAndRecordstatic AVAudioSessionCategoryPlaybackstatic AVAudioSessionCategoryRecordstatic AVAudioSessionCategorySoloAmbient -
Method Summary
Modifier and Type Method Description static AVAudioSessionCategoryvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Ambient
-
SoloAmbient
-
Playback
-
Record
-
PlayAndRecord
-
AudioProcessing
Deprecated.Deprecated in iOS 10.0. No longer supported -
MultiRoute
-
-
Method Details