| TeamSpeak.Sdk.Client Namespace |
| Class | Description | |
|---|---|---|
| Channel |
Represents a Channel on a TeamSpeak-Server
| |
| Client |
Represents a Client on a TeamSpeak-Server
| |
| Connection |
A connection to a TeamSpeak-Server
| |
| ConnectionInfo |
Information about the Connection | |
| CustomDevice |
A custom device usable for playback and/or capture
| |
| FileInfo |
Information about a file or directory stored on a TeamSpeak server
| |
| FileTransfer |
An ongoing file transfer
| |
| Library |
TeamSpeak Client Library
| |
| LibraryParameters |
A set of values that are used when initializing the client library
| |
| Preprocessor |
Parameter of the microphone preprocessor.
| |
| ReadonlyChannelCollection |
An immutable collection containing Channel | |
| WaveHandle |
Represents a playing wave file
|
| Structure | Description | |
|---|---|---|
| SoundDevice |
A device that can either playback or capture sound
|
| Interface | Description | |
|---|---|---|
| ISoundDevice |
A device that can either playback or capture sound.
|
| Delegate | Description | |
|---|---|---|
| ChannelChangedEventHandler |
Used when a Channel was changed
| |
| ChannelDeletedEventHandler |
Used after Channel was deleted.
| |
| ChannelDescriptionUpdateEventHandler |
Used when the Description was edited
| |
| ChannelMessageEventHandler |
Used when a channel message was received
| |
| ChannelMoveEventHandler |
Used when a Channel is being moved.
| |
| ChannelPasswordChangedEventHandler |
Used when a Password was modified.
| |
| ChannelSubscribeEventHandler |
Used when Channel has been subscribed
| |
| ChannelSubscribeFinishedEventHandler |
Used to marks the end of multiple calls to ChannelSubscribed | |
| ChannelUnsubscribeEventHandler |
Called when Channel has been unsubscribed
| |
| ChannelUnsubscribeFinishedEventHandler |
Used to mark the end of multiple calls to ChannelUnsubscribed | |
| CheckServerUniqueIdentifierEventHandler |
Used to check if the unique identifier is the correct one
| |
| ClientKickFromChannelEventHandler | ||
| ClientKickFromServerEventHandler |
Used When a Client is kicked from the server
| |
| ClientMessageEventHandler |
Used when a private text message was received
| |
| ClientMoveEventHandler | ||
| ClientMoveSubscriptionEventHandler |
Used when a Client becomes visible to the current connection.
| |
| ClientMoveTimeoutEventHandler |
Used when a Clients is used because he timed out
| |
| ClientPasswordEncryptHandler |
Used to hash the password in the same way it is hashed in the outside data store.
| |
| ConnectStatusChangeEventHandler |
Used after calling Start Overload to inform the Client of the connection status changes.
| |
| Custom3dRolloffCalculationClientEventHandler |
Used to calculate volume attenuation for distance in 3D positioning of a Client.
| |
| Custom3dRolloffCalculationWaveEventHandler |
Used to calculate volume attenuation for distance in 3D positioning of a wave file.
| |
| CustomPacketDecryptHandler |
Decrypts incoming data
| |
| CustomPacketEncryptHandler |
Encrypts outgoing data
| |
| EditCapturedVoiceDataEventHandler |
Used after sound is recorded from the sound device and is preprocessed.
| |
| EditMixedPlaybackVoiceDataEventHandler |
Used when all sounds that are about to be played back for this Connection have been mixed. This is the last chance to alter/get sound.
| |
| EditPlaybackVoiceDataEventHandler |
Used when a incoming voice packet from a remote Client was decoded and is about to be played
| |
| EditPostProcessVoiceDataEventHandler |
Used when a incoming voice packet from a remote Client was decoded and 3D positioned.
| |
| FileInfoEventHandler |
Used to return the reply of the server for GetFileInfo(String, String) | |
| FileTransferStatusEventHandler |
Used when a file finished being transfered.
| |
| IgnoredWhisperEventHandler | ||
| NewChannelCreatedEventHandler |
Used after a new Channel was created.
| |
| NewChannelEventHandler |
Used to inform about the existence of each Channel, after connection has been established.
| |
| PlaybackShutdownCompleteEventHandler |
Called after InitiateGracefulPlaybackShutdown finished for a device
| |
| ProtocolVersionEventHandler |
Used to report the protocol version while connecting to a server.
| |
| ServerErrorEventHandler |
Error codes sent by the server to the Client | |
| ServerMessageEventHandler |
Used when a server message was received
| |
| ServerStopEventHandler |
Used when a server shutdown has been received
| |
| ServerUpdatedEventHandler |
Used when the virtual server was changed
| |
| SoundDeviceListChangedEventHandler |
Called when the list of SoundDevice returned by GetCaptureDevices(String) and GetPlaybackDevices(String) was changed
| |
| TalkStatusChangeEventHandler |
Used when a Client starts or stops talking
| |
| UpdateClientEventHandler |
Used when a Client was changed
| |
| UserLoggingMessageEventHandler |
Used for user customizable logging and handling
|