 | 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)
Syntaxpublic event EditPostProcessVoiceDataEventHandler EditPostProcessVoiceData
Public Event EditPostProcessVoiceData As EditPostProcessVoiceDataEventHandler
public:
event EditPostProcessVoiceDataEventHandler^ EditPostProcessVoiceData {
void add (EditPostProcessVoiceDataEventHandler^ value);
void remove (EditPostProcessVoiceDataEventHandler^ value);
}
member EditPostProcessVoiceData : IEvent<EditPostProcessVoiceDataEventHandler,
EventArgs>
Value
Type:
TeamSpeak.Sdk.ClientEditPostProcessVoiceDataEventHandler
See Also