This method adjusts the audio volume

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void AjustVolume(
	float volume
)
Visual Basic (Declaration)
Public Sub AjustVolume ( _
	volume As Single _
)
Visual C++
public:
void AjustVolume(
	float volume
)

Parameters

volume
Type: System..::.Single
This paramatero adjust the volume setting

See Also