AVAudioPlayer.Volume 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.
The playback volume of the AVAudioPlayer.
public virtual float Volume { [Foundation.Export("volume")] get; [Foundation.Export("setVolume:")] set; }
member this.Volume : single with get, set
Property Value
The value ranges from 0.0 to 1.0.
- Attributes