次の方法で共有


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 のインスタンスが含まれます。

属性

適用対象