Click or drag to resize
Custom3dRolloffCalculationClientEventHandler Delegate
Used to calculate volume attenuation for distance in 3D positioning of a Client.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public delegate void Custom3dRolloffCalculationClientEventHandler(
	Client client,
	float distance,
	ref float volume
)

Parameters

client
Type: TeamSpeak.Sdk.ClientClient
the Client
distance
Type: SystemSingle
The distance between the listener and the client.
volume
Type: SystemSingle
The volume which the Client Lib calculated.
See Also