TeamTalk 5 Java DLL Version 5.12A
|
Classes | |
struct | AbusePrevention |
Properties to prevent server abuse. More... | |
struct | AudioBlock |
An audio block containing the raw audio from a user who was talking. More... | |
struct | AudioCodec |
Struct used for specifying which audio codec a channel uses. More... | |
struct | AudioConfig |
Audio configuration for clients in a channel. More... | |
struct | AudioConfigConstants |
struct | AudioFormat |
Struct describing the audio format used by a media file. More... | |
struct | AudioInputProgress |
The progress of the audio currently being processed as audio input. More... | |
struct | AudioPreprocessor |
Configure the audio preprocessor specified by nPreprocessor . More... | |
struct | BannedUser |
A struct containing the properties of a banned user. More... | |
struct | Channel |
A struct containing the properties of a channel. More... | |
struct | ClientErrorMsg |
struct | ClientKeepAlive |
Control timers for sending keep alive information to the server. More... | |
struct | ClientStatistics |
Statistics of bandwidth usage and ping times in the local client instance. More... | |
struct | DesktopInput |
A struct containing a mouse or keyboard event. More... | |
struct | DesktopInputConstants |
Constants for BearWare.DesktopInput. More... | |
struct | DesktopWindow |
A struct containing the properties of a shared desktop window. More... | |
struct | EncryptionContext |
Configure peer verification for encrypted connection. More... | |
struct | FileTransfer |
A struct containing the properties of a file transfer. More... | |
struct | JitterConfig |
Configuration parameters for the Jitter Buffer. More... | |
struct | MediaFileInfo |
Struct describing the audio and video format used by a media file. More... | |
struct | MediaFilePlayback |
Properties for initializing or updating a file for media streaming. More... | |
struct | OpusCodec |
OPUS audio codec settings. For detailed information about the OPUS codec check out http://www.opus-codec.org. More... | |
struct | OpusConstants |
OPUS constants for BearWare.OpusCodec. More... | |
struct | RemoteFile |
A struct containing the properties of a file in a BearWare.Channel. More... | |
struct | ServerProperties |
A struct containing the properties of the server's settings. More... | |
struct | ServerStatistics |
A struct containing the server's statistics, i.e. bandwidth usage and user activity. More... | |
struct | ShareWindow |
A struct which describes the properties of a window which can be shared. More... | |
struct | SoundDevice |
A struct containing the properties of a sound device for either playback or recording. More... | |
struct | SoundDeviceConstants |
IDs for sound devices. More... | |
struct | SoundDeviceEffects |
Set up audio effects supported by the sound device. More... | |
struct | SoundLevel |
An enum encapsulation the minimum, maximum and default sound levels for input and output sound devices. More... | |
struct | SpeexCodec |
Speex audio codec settings for Constant Bitrate mode (CBR). More... | |
struct | SpeexConstants |
Speex constants for BearWare.SpeexCodec and BearWare.SpeexVBRCodec. More... | |
struct | SpeexDSP |
Audio configuration specifying how recorded audio from sound input device should be preprocessed before transmission. More... | |
struct | SpeexDSPConstants |
Default values for BearWare.SpeexDSP. More... | |
struct | SpeexVBRCodec |
Speex audio codec settings for Variable Bitrate mode (VBR). More... | |
class | TeamTalk5 |
Class used to load TeamTalk5.dll and instantiate a TeamTalk client in TeamTalk 5 SDK Standard Edition. More... | |
class | TeamTalk5Pro |
Class used to load TeamTalk5Pro.dll and instantiate a TeamTalk client in TeamTalk 5 SDK Professional Edition. More... | |
class | TeamTalk5Srv |
Instantiate this class to start a TeamTalk server. More... | |
class | TeamTalkBase |
Abstract 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. More... | |
class | TeamTalkSrvBase |
Base class for BearWare.TeamTalk5Srv. More... | |
struct | TextMessage |
A struct containing the properties of a text message sent by a user. More... | |
struct | TTAudioPreprocessor |
Use TeamTalk's internal audio preprocessor for gain audio. Same as used for TeamTalkBase.SetSoundInputGainLevel(). More... | |
struct | TTMessage |
A struct containing the properties of an event. More... | |
struct | UnionData |
struct | User |
A struct containing the properties of a user. More... | |
struct | UserAccount |
A struct containing the properties of a user account. More... | |
struct | UserStatistics |
Packet reception and data statistics for a user. More... | |
struct | VideoCaptureDevice |
A struct containing the properties of a video capture device. More... | |
struct | VideoCodec |
Struct used for specifying the video codec to use. More... | |
struct | VideoFormat |
A struct containing the properties of a video capture format. More... | |
struct | VideoFrame |
A RGB32 image where the pixels can be accessed directly in an allocated imageBuffer. More... | |
struct | WebMVP8Codec |
WebM video codec settings. More... | |
struct | WebMVP8CodecConstants |
struct | WebRTCAudioPreprocessor |
WebRTC's audio preprocessor. More... | |
struct | WebRTCConstants |
Default values for BearWare.WebRTCAudioPreprocessor. More... | |
class | WindowsFirewall |
A wrapper for the Windows Firewall API. More... | |
class | WindowsHelper |
Helper class for extracting Windows HWND handles and controlling mouse and keyboard. More... | |
class | WindowsMixer |
A wrapper for the Windows Mixer API. More... | |
Enumerations | |
enum | StreamType : uint |
The types of streams which are available for transmission. More... | |
enum | SoundSystem : uint |
The supported sound systems. More... | |
enum | SoundDeviceFeature : uint |
Features available on a sound device. Checkout uSoundDeviceFeatures on BearWare.SoundDevice. More... | |
enum | MediaFileStatus : uint |
Status of media file being written to disk. More... | |
enum | AudioFileFormat : uint |
Media file formats supported for muxed audio recordings. More... | |
enum | FourCC : uint |
The picture format used by a capture device. More... | |
enum | BitmapFormat : uint |
The bitmap format used for a BearWare.DesktopWindow. More... | |
enum | DesktopProtocol : uint |
The protocols supported for transferring a BearWare.DesktopWindow. More... | |
enum | DesktopKeyState : uint |
The state of a key (or mouse button), i.e. if it's pressed or released. More... | |
enum | AudioPreprocessorType : uint |
The types of supported audio preprocessors. More... | |
enum | Codec : uint |
The codecs supported. More... | |
enum | UserRight : uint |
The rights users have once they have logged on to the server. More... | |
enum | ServerLogEvent : uint |
Events that are logged by the server, i.e. written to server's log file. More... | |
enum | BanType : uint |
Way to ban a user from either login or joining a channel. More... | |
enum | UserType : uint |
The types of users supported. More... | |
enum | Subscription : uint |
A user by default accepts audio, video and text messages from all users. Using subscribtions can, however, change what the local client instance is willing to accept from other users. More... | |
enum | UserState : uint |
The possible states for a user. Used for BearWare.User's uUserState variable. More... | |
enum | TextMsgType : uint |
Text message types. More... | |
enum | ChannelType : uint |
The types of channels supported. More... | |
enum | FileTransferStatus : uint |
Status of a file transfer. More... | |
enum | ClientError : uint |
Errors which can occur either as a result of client commands or as a result of internal errors. More... | |
enum | ClientEvent : uint |
TeamTalk client event messages. More... | |
enum | TTType : uint |
enum | ClientFlag : uint |
Flags used to describe the the client instance current state. More... | |
enum | TTKeyTranslate : uint |
Translate to and from TeamTalk's intermediate key-codes (TTKEYCODE). More... | |
enum | MixerControl : uint |
The Windows mixer controls which can be queried by the BearWare.WindowsMixer class. More... | |