Click or drag to resize
ConnectionEditPostProcessVoiceData Event
Called when a incoming voice packet from a remote client was decoded and 3D positioned and is about to be played, but before it is mixed with other sounds sources. The event can be used to alter or get the voice data after it has been 3D positioned.

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

Value

Type: TeamSpeak.Sdk.ClientEditPostProcessVoiceDataEventHandler
See Also