TeamTalk 5 .NET DLL  Version 5.8B
Packages
Here are the packages with brief descriptions (if available):
[detail level 1234]
 NBearWare
 CSoundDeviceA struct containing the properties of a sound device for either playback or recording
 CSoundDeviceEffectsSet up audio effects supported by the sound device
 CSoundDeviceConstantsIDs for sound devices
 CSoundLevelAn enum encapsulation the minimum, maximum and default sound levels for input and output sound devices
 CAudioBlockAn audio block containing the raw audio from a user who was talking
 CAudioFormatStruct describing the audio format used by a
 CVideoFormatA struct containing the properties of a video capture format
 CVideoFrameA RGB32 image where the pixels can be accessed directly in an allocated imageBuffer
 CVideoCaptureDeviceA struct containing the properties of a video capture device
 CDesktopWindowA struct containing the properties of a shared desktop window
 CDesktopInputA struct containing a mouse or keyboard event
 CDesktopInputConstantsConstants for BearWare.DesktopInput
 CSpeexCodecSpeex audio codec settings for Constant Bitrate mode (CBR)
 CSpeexVBRCodecSpeex audio codec settings for Variable Bitrate mode (VBR)
 CSpeexConstantsSpeex constants for BearWare.SpeexCodec and BearWare.SpeexVBRCodec
 COpusCodecOPUS audio codec settings. For detailed information about the OPUS codec check out http://www.opus-codec.org
 COpusConstantsOPUS constants for BearWare.OpusCodec
 CSpeexDSPAudio configuration specifying how recorded audio from sound input device should be preprocessed before transmission
 CTTAudioPreprocessorUse TeamTalk's internal audio preprocessor for gain audio. Same as used for TeamTalkBase.SetSoundInputGainLevel()
 CWebRTCAudioPreprocessorWebRTC's audio preprocessor
 CEchoCancellerConfiguration of WebRTC's echo canceller. See also TT_SetSoundDeviceEffects()
 CGainController2Configuration of WebRTC's gain controller 2 for AGC
 CAdaptiveDigitalConfiguration for fine tuning gain level
 CFixedDigitalGain level for AGC. Only active when bEnable is true
 CLevelEstimationConfiguration of WebRTC's level estimater
 CNoiseSuppressionConfiguration of WebRTC's noise suppression. See also BearWare.SpeexDSP
 CPreamplifierConfiguration of WebRTC pre-amplifier
 CVoiceDetectionConfiguration of WebRTC's voice detection
 CWebRTCConstantsDefault values for BearWare.WebRTCAudioPreprocessor
 CAudioPreprocessorConfigure the audio preprocessor specified by nPreprocessor
 CSpeexDSPConstantsDefault values for BearWare.SpeexDSP
 CWebMVP8CodecWebM video codec settings
 CWebMVP8CodecConstants
 CAudioCodecStruct used for specifying which audio codec a channel uses
 CAudioConfigAudio configuration for clients in a channel
 CAudioConfigConstants
 CVideoCodecStruct used for specifying the video codec to use
 CMediaFileInfoStruct describing the audio and video format used by a media file
 CMediaFilePlaybackProperties for initializing or updating a file for media streaming
 CAudioInputProgressThe progress of the audio currently being processed as audio input
 CServerPropertiesA struct containing the properties of the server's settings
 CServerStatisticsA struct containing the server's statistics, i.e. bandwidth usage and user activity
 CBannedUserA struct containing the properties of a banned user
 CAbusePreventionProperties to prevent server abuse
 CUserAccountA struct containing the properties of a user account
 CUserA struct containing the properties of a user
 CUserStatisticsPacket reception and data statistics for a user
 CTextMessageA struct containing the properties of a text message sent by a user
 CChannelA struct containing the properties of a channel
 CFileTransferA struct containing the properties of a file transfer
 CRemoteFileA struct containing the properties of a file in a BearWare.Channel
 CEncryptionContextConfigure peer verification for encrypted connection
 CClientKeepAliveControl timers for sending keep alive information to the server
 CClientStatisticsStatistics of bandwidth usage and ping times in the local client instance
 CJitterConfigConfiguration parameters for the Jitter Buffer
 CClientErrorMsg
 CTTMessageA struct containing the properties of an event
 CUnionData
 CTeamTalkBaseAbstract class which encapsulates the TeamTalk 5 client. Instantiate either BearWare.TeamTalk5 (TeamTalk 5 SDK Standard Edition) or BearWare.TeamTalk5Pro (TeamTalk 5 SDK Professional Edition) to create the TeamTalk instance
 CTeamTalk5Class used to load TeamTalk5.dll and instantiate a TeamTalk client in TeamTalk 5 SDK Standard Edition
 CTeamTalk5ProClass used to load TeamTalk5Pro.dll and instantiate a TeamTalk client in TeamTalk 5 SDK Professional Edition
 CWindowsMixerA wrapper for the Windows Mixer API
 CWindowsFirewallA wrapper for the Windows Firewall API
 CShareWindowA struct which describes the properties of a window which can be shared
 CWindowsHelperHelper class for extracting Windows HWND handles and controlling mouse and keyboard
 CTeamTalk5SrvInstantiate this class to start a TeamTalk server
 CTeamTalkSrvBaseBase class for BearWare.TeamTalk5Srv