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

Changes the volume of the song playing

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

Syntax

C#
public void setVolume(
	Song song,
	float volume
)
Visual Basic
Public Sub setVolume ( _
	song As Song, _
	volume As Single _
)
Visual C++
public:
void setVolume(
	Song^ song, 
	float volume
)

Parameters

song
Type: MusicPlayerWindow..::..Song
The current song playing
volume
Type: System..::..Single
The new volume

See Also