Click or drag to resize
ConnectionEditCapturedVoiceData Event
Called after sound is recorded from the sound device and is preprocessed. This event can be used to get/alter recorded sound. It can also be used to determine if this sound will be send, or discarded.

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

Value

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