MobileForms Toolkit Documentation

AudioPlayer.Volume Property

Gets or sets volume of a waveform output device.

public ushort Volume {get; set;}

Property Value

Specifies a new volume setting. The low-order word contains the left-channel volume setting, and the high-order word contains the right-channel setting. A value of 0xFFFF represents full volume, and a value of 0x0000 is silence.

See Also

AudioPlayer Class | Resco.Audio Namespace