다음을 통해 공유


AVAudioSessionPortDescription.SetPreferredDataSource 메서드

정의

포트에 대해 현재 선택된 데이터 원본을 설정합니다.

[Foundation.Export("setPreferredDataSource:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SetPreferredDataSource (AVFoundation.AVAudioSessionDataSourceDescription dataSource, out Foundation.NSError outError);
abstract member SetPreferredDataSource : AVFoundation.AVAudioSessionDataSourceDescription *  -> bool
override this.SetPreferredDataSource : AVFoundation.AVAudioSessionDataSourceDescription *  -> bool

매개 변수

dataSource
AVAudioSessionDataSourceDescription

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

outError
NSError

반환

특성

적용 대상