TeamTalk 5 C-API DLL Version 5.15A
Loading...
Searching...
No Matches
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.
 
union { 
 
   WebMVP8Codec   webm_vp8 
 
};  
 

Detailed Description

Struct used for specifying the video codec to use.

Definition at line 1540 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 1545 of file TeamTalk.h.

◆ webm_vp8

WebMVP8Codec VideoCodec::webm_vp8

Definition at line 1548 of file TeamTalk.h.

◆ [union]

union { ... } VideoCodec