Click or drag to resize
EditCapturedVoiceDataEventHandler Delegate
Used after sound is recorded from the sound device and is preprocessed.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public delegate void EditCapturedVoiceDataEventHandler(
	Connection connection,
	short[] samples,
	int channels,
	ref bool edited,
	ref bool cancel
)

Parameters

connection
Type: TeamSpeak.Sdk.ClientConnection
the Connection
samples
Type: SystemInt16
a Array containing the sound date
channels
Type: SystemInt32
the number of channels in the sound data
edited
Type: SystemBoolean
true if the sound data was changed by the event-handler; otherwise false
cancel
Type: SystemBoolean
true if the sound data should be discarded; otherwise false
See Also