TeamTalk 5 C-API DLL Version 5.15A
|
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 . | ||
union { | ||
WebMVP8Codec webm_vp8 | ||
}; | ||
Struct used for specifying the video codec to use.
Definition at line 1540 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 1545 of file TeamTalk.h.
WebMVP8Codec VideoCodec::webm_vp8 |
Definition at line 1548 of file TeamTalk.h.
union { ... } VideoCodec |