Click or drag to resize
ConnectionEditPlaybackVoiceData Event
Called when a incoming voice packet from a remote client was decoded and is about to be played, before it is 3D positioned and mixed with other sound sources. The event can be used to alter the voice data (for example when you want to do effects on it) or to record the voice data.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public event EditPlaybackVoiceDataEventHandler EditPlaybackVoiceData

Value

Type: TeamSpeak.Sdk.ClientEditPlaybackVoiceDataEventHandler
Remarks
This is used by the TeamSpeak client to record sessions.
See Also