AudioSession.InputGainScalar Property

Definition

Input gain as a floating point value from 0 to 1.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "AudioSession[Get|Set]Property are deprecated in iOS7")]
public static float InputGainScalar { get; set; }
member this.InputGainScalar : single with get, set

Property Value

Attributes

Remarks

Zero represents the minimal input gain value, and one the highest input gain value.

Values outside of the [0, 1] range are clamped.

Applies to