AVAudioSession.Category Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Weakly-typed audio classification of the app, used to balance its demands with other apps on the device.
public virtual Foundation.NSString Category { [Foundation.Export("category")] get; }
member this.Category : Foundation.NSString
Property Value
Values should be one of CategoryAmbient, CategorySoloAmbient, CategoryPlayback, CategoryRecord, CategoryPlayAndRecord, CategoryAudioProcessing, CategoryMultiRoute properties.
- Attributes