 AudioBlock | An audio block containing the raw audio from a user who was talking |
 AudioCodec | Struct used for specifying which audio codec a channel uses |
 AudioConfig | Common audio configuration which should be used by users in the same Channel |
 AudioFormat | Struct describing the audio format used by a media file |
 BannedUser | A struct containing the properties of a banned user. This struct is used by TT_GetBannedUsers |
 CaptureFormat | A struct containing the properties of a video capture format |
 CELTCodec | CELT audio codec settings. The CELT codec is recommended for music and speech. It has a higher bandwidth usage than SpeexCodec |
 CELTVBRCodec | CELT audio codec settings. The CELT codec is recommended for music and speech. It has a higher bandwidth usage than SpeexCodec |
 Channel | A struct containing the properties of a channel |
 ClientStatistics | Statistics of bandwidth usage and ping times in the local client instance |
 DesktopWindow | A struct containing the properties of a shared desktop window |
 FileInfo | A struct containing the properties of a file in a Channel |
 FileTransfer | A struct containing the properties of a file transfer |
 MediaFileInfo | Struct describing the audio and video format used by a media file |
 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 |
 ShareWindow | A struct which describes the properties of a window which can be shared |
 SoundDevice | A struct containing the properties of a sound device for either playback or recording |
 SpeexCodec | Speex audio codec settings for Constant Bitrate mode (CBR). The Speex codec is recommended for voice and uses less bandwidth than CELTCodec |
 SpeexVBRCodec | Speex audio codec settings for Variable Bitrate mode (VBR). The Speex codec is recommended for voice and uses less bandwidth than CELTCodec. The Speex VBR codec was introduced in version 4.2 |
 TextMessage | A struct containing the properties of a text message sent by a user |
 TheoraCodec | Theora video codec settings |
 TTMessage | A struct containing the properties of an event |
 User | A struct containing the properties of a user |
 UserAccount | A struct containing the properties of a user account |
 UserStatistics | Packet reception and data statistics for a user |
 VideoCaptureDevice | A struct containing the properties of a video capture device |
 VideoCodec | Struct used for specifying the video codec to use |
 VideoFrame | A RGB32 image where the pixels can be accessed directly in an allocated frameBuffer |