AVAudioSession.SetPreferredSampleRate(Double, NSError) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以 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 實例。
- 屬性