AVAudioSession.SetInputGain(Single, NSError) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要求特定提升層級。
[Foundation.Export("setInputGain:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SetInputGain (float gain, out Foundation.NSError outError);
abstract member SetInputGain : single * -> bool
override this.SetInputGain : single * -> bool
參數
- gain
- Single
- outError
- NSError
失敗時,這包含錯誤詳細資料。
傳回
true
如果要求成功,則 outError 參數會包含描述問題的 NSError 實例。
- 屬性