Editar

Share via


AVAudioSession.SetAggregatedIOPreference Method

Definition

[Foundation.Export("setAggregatedIOPreference:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SetAggregatedIOPreference (AVFoundation.AVAudioSessionIOType ioType, out Foundation.NSError error);
abstract member SetAggregatedIOPreference : AVFoundation.AVAudioSessionIOType *  -> bool
override this.SetAggregatedIOPreference : AVFoundation.AVAudioSessionIOType *  -> bool

Parameters

error
NSError

Returns

Attributes

Applies to