[This is preliminary documentation and is subject to change.]

Setter method for changing the volume of the sound

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void setVolume(
	float vol
)
Visual Basic
Public Sub setVolume ( _
	vol As Single _
)
Visual C++
public:
void setVolume(
	float vol
)

Parameters

vol
Type: System..::..Single
The new volume

See Also