TeamTalk 4 C-API DLL
Version 4.5A
|
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... | |
}; | |
Struct used for specifying the video codec to use.
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 { ... } |