This method play audio

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

Syntax

C#
public void Play(
	int loop
)
Visual Basic (Declaration)
Public Sub Play ( _
	loop As Integer _
)
Visual C++
public:
void Play(
	int loop
)

Parameters

loop
Type: System..::.Int32
This parameter specifies whether the audio will be played indefinitely or only once, you can use the enum Loops

See Also