TeamTalk 4 .NET DLL  Version 4.5A
BearWare.TheoraCodec Struct Reference

Theora video codec settings. More...

Public Attributes

int 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...
 
int 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 BearWare.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

int BearWare.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).

int BearWare.TheoraCodec.nQuality

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