TeamTalk 4 C-API DLL  Version 4.5A
TheoraCodec Struct Reference

Theora video codec settings. More...

#include <TeamTalk4.h>

Public Attributes

INT32 nTargetBitRate
 The target bitrate in bits per second. If set to zero the Theora codec will use variable bitrate (VBR). If non-zero it will use constant bitrate (CBR). More...
 
INT32 nQuality
 A value from 0 - 63. Higher value gives higher quality. More...
 

Detailed Description

Theora video codec settings.

Configuring the Theora codec so it fits an end-user's domain can be trickly. A high resolution in CaptureFormat will result in much high bandwidth usage. Also using a high frame-rate will cause much higher bandwidth usage.

Note that width and height for a video frame encoded by Theora must be a multiple of 16. If it is not then part of the picture will be "cut" out.

Member Data Documentation

INT32 TheoraCodec::nTargetBitRate

The target bitrate in bits per second. If set to zero the Theora codec will use variable bitrate (VBR). If non-zero it will use constant bitrate (CBR).

INT32 TheoraCodec::nQuality

A value from 0 - 63. Higher value gives higher quality.