 BearWare | |
  SoundDevice | A struct containing the properties of a sound device for either playback or recording |
  SoundLevel | An enum encapsulation the minimum, maximum and default sound levels for input and output sound devices |
  AudioBlock | An audio block containing the raw audio from a user who was talking |
  AudioFormat | Struct describing the audio format used by a media file |
  CaptureFormat | A struct containing the properties of a video capture format |
  VideoFrame | A RGB32 image where the pixels can be accessed directly in an allocated imageBuffer |
  VideoCaptureDevice | A struct containing the properties of a video capture device |
  MediaFileInfo | Struct describing the audio and video format used by a media file |
  DesktopWindow | A struct containing the properties of a shared desktop window |
  SpeexCodec | Speex audio codec settings. The Speex codec is recommended for voice and uses less bandwidth than BearWare.CELTCodec |
  SpeexVBRCodec | Speex audio codec settings for Variable Bitrate mode (VBR). The Speex codec is recommended for voice and uses less bandwidth than BearWare.CELTCodec. The Speex VBR codec was introduced in version 4.2 |
  SpeexConstants | Speex constants |
  CELTCodec | CELT audio codec settings. The CELT codec is recommended for music and speech. It has a higher bandwidth usage than BearWare.SpeexCodec |
  CELTVBRCodec | CELT audio codec settings. The CELT codec is recommended for music and speech. It has a higher bandwidth usage than BearWare.SpeexCodec |
  CELTConstants | CELT constants |
  TheoraCodec | Theora video codec settings |
  AudioCodec | Struct used for specifying which audio codec a channel uses |
  AudioConfig | Common audio configuration which should be used by users in the same BearWare.Channel |
  VideoCodec | Struct used for specifying the video codec to use |
  ServerProperties | A struct containing the properties of the server's settings |
  ServerStatistics | A struct containing the server's statistics, i.e. bandwidth usage and user activity |
  BannedUser | A struct containing the properties of a banned user. This struct is used by TeamTalk4.GetBannedUsers() |
  UserAccount | A struct containing the properties of a user account |
  User | A struct containing the properties of a user |
  UserStatistics | Packet reception and data statistics for a user |
  TextMessage | A struct containing the properties of a text message sent by a user |
  Channel | A struct containing the properties of a channel |
  FileTransfer | A struct containing the properties of a file transfer |
  FileInfo | A struct containing the properties of a file in a BearWare.Channel |
  ClientStatistics | Statistics of bandwidth usage and ping times in the local client instance |
  TeamTalk4 | The class which encapsulates the TeamTalk 4 client |
  WindowsMixer | A wrapper for the Windows Mixer API |
  WindowsFirewall | A wrapper for the Windows Firewall API |
  ShareWindow | A struct which describes the properties of a window which can be shared |
  WindowsHelper | Helper class for extracting Windows HWND handles |