共用方式為


AVAudioSession.SetPreferredSampleRate(Double, NSError) 方法

定義

以 Hz 設定慣用的取樣率。

[Foundation.Export("setPreferredSampleRate:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SetPreferredSampleRate (double sampleRate, out Foundation.NSError error);
abstract member SetPreferredSampleRate : double *  -> bool
override this.SetPreferredSampleRate : double *  -> bool

參數

sampleRate
Double
error
NSError

失敗時,這包含錯誤詳細資料。

傳回

true 如果要求成功,則 outError 參數會包含描述問題的 NSError 實例。

屬性

適用於