Click or drag to resize
ConnectionPlayWaveFile Method
Play a local wave file

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public WaveHandle PlayWaveFile(
	string path,
	bool loop = false
)

Parameters

path
Type: SystemString
Local path of the sound file in WAV format to be played.
loop (Optional)
Type: SystemBoolean
If true, the sound will be looping until the WaveHandle is paused or closed.

Return Value

Type: WaveHandle
a waveHandle that allows controlling the playback.
See Also