TeamTalk 5 C-API DLL  Version 5.8B
VideoCodec Struct Reference

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
 
}; 
 

Detailed Description

Struct used for specifying the video codec to use.

Definition at line 1535 of file TeamTalk.h.

Member Data Documentation

◆ nCodec

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.

◆ webm_vp8

WebMVP8Codec VideoCodec::webm_vp8

Definition at line 1543 of file TeamTalk.h.

◆ 

union { ... }