|
TeamTalk 5 C-API DLL
Version 5.19A
|
Struct used for specifying the video codec to use. More...
#include <TeamTalk.h>
Public Attributes | |
| Codec | nCodec |
Specifies member holds the codec settings. So far there is only one video codec to choose from, namely webm_vp8. More... | |
| union { | |
| WebMVP8Codec webm_vp8 | |
| }; | |
Struct used for specifying the video codec to use.
Definition at line 1521 of file TeamTalk.h.
| Codec VideoCodec::nCodec |
Specifies member holds the codec settings. So far there is only one video codec to choose from, namely webm_vp8.
Definition at line 1526 of file TeamTalk.h.
| WebMVP8Codec VideoCodec::webm_vp8 |
Definition at line 1529 of file TeamTalk.h.
| union { ... } |