Share via


AVAudioSessionModeExtensions Class

Definition

Extension methods for the AVAudioSessionMode enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class AVAudioSessionModeExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type AVAudioSessionModeExtensions = class
Inheritance
AVAudioSessionModeExtensions
Attributes

Methods

Name Description
GetConstant(AVAudioSessionMode)

Retrieves the NSString constant that describes self.

GetNullableValue(NativeHandle)

Retrieves the AVAudioSessionMode value represented by the backing field value in handle.

GetValue(NativeHandle)

Retrieves the AVAudioSessionMode value represented by the backing field value in handle.

GetValue(NSString)

Retrieves the AVAudioSessionMode value named by constant.

Applies to