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

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

#include <TeamTalk4.h>

Public Attributes

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

Detailed Description

Struct used for specifying the video codec to use.

Member Data Documentation

Codec VideoCodec::nCodec

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

TheoraCodec VideoCodec::theora

Theora codec settings if nCodec is THEORA_CODEC.

union { ... }