TeamTalk 5 .NET DLL Version 5.12A
BearWare.VideoCodec Struct Reference

Struct used for specifying the video codec to use. More...

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...
 
WebMVP8Codec webm_vp8
 

Detailed Description

Struct used for specifying the video codec to use.

Definition at line 1629 of file TeamTalk.cs.

Member Data Documentation

◆ nCodec

Codec BearWare.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 1635 of file TeamTalk.cs.

◆ webm_vp8

WebMVP8Codec BearWare.VideoCodec.webm_vp8

Definition at line 1637 of file TeamTalk.cs.