Upravit

Sdílet prostřednictvím


AudioSession.CurrentHardwareOutputVolume Property

Definition

Your application volume, 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 CurrentHardwareOutputVolume { get; }
member this.CurrentHardwareOutputVolume : single

Property Value

Floating point value between 0 and 1.

Attributes

Remarks

If there is an error reading or setting the property, this will raise an AudioSessionException.

Applies to