TeamTalk 5 C-API DLL
Version 5.14A
|
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 1535 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 1540 of file TeamTalk.h.
WebMVP8Codec VideoCodec::webm_vp8 |
Definition at line 1543 of file TeamTalk.h.
union { ... } |