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

Accessor for the volume of the current sound

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

Syntax

C#
public float getVolume()
Visual Basic
Public Function getVolume As Single
Visual C++
public:
float getVolume()

Return Value

Volume of the current sound

See Also