AudioSession.InputGainScalar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.