共用方式為


AVAudioSession.SetInputGain(Single, NSError) 方法

定義

要求特定提升層級。

[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 實例。

屬性

適用於