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

Struct used for specifying the video codec to use. More...

Public Attributes

Codec nCodec
 Specifies member holds the codec settings. So far there is only one video codec to choose from, namely theora. More...
 
TheoraCodec theora
 Theora codec settings if nCodec is Codec THEORA_CODEC. More...
 

Detailed Description

Struct used for specifying the video codec to use.

Member Data Documentation

Codec BearWare.VideoCodec.nCodec

Specifies member holds the codec settings. So far there is only one video codec to choose from, namely theora.

TheoraCodec BearWare.VideoCodec.theora

Theora codec settings if nCodec is Codec THEORA_CODEC.