 | 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)
Syntaxpublic delegate void Custom3dRolloffCalculationClientEventHandler(
Client client,
float distance,
ref float volume
)
Public Delegate Sub Custom3dRolloffCalculationClientEventHandler (
client As Client,
distance As Single,
ByRef volume As Single
)
public delegate void Custom3dRolloffCalculationClientEventHandler(
Client^ client,
float distance,
float% volume
)
type Custom3dRolloffCalculationClientEventHandler =
delegate of
client : Client *
distance : float32 *
volume : float32 byref -> unit
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