TeamTalk 5 C-API DLL Version 5.13A
WebMVP8Codec Struct Reference

WebM video codec settings. More...

#include <TeamTalk.h>

Public Attributes

union {
   INT32   nRcTargetBitrate
 Same as rc_target_bitrate. More...
 
   UINT32   rc_target_bitrate
 Target bitrate in kbits/sec. This value must be greater than 0. More...
 
}; 
 
UINT32 nEncodeDeadline
 Time that should be spent on encoding a frame. More...
 

Detailed Description

WebM video codec settings.

See also
VideoCodec
TT_InitVideoCaptureDevice
TT_StartStreamingMediaFileToChannel()

Definition at line 1440 of file TeamTalk.h.

Member Data Documentation

◆ nRcTargetBitrate

INT32 WebMVP8Codec::nRcTargetBitrate

Same as rc_target_bitrate.

Definition at line 1445 of file TeamTalk.h.

◆ rc_target_bitrate

UINT32 WebMVP8Codec::rc_target_bitrate

Target bitrate in kbits/sec. This value must be greater than 0.

Same as 'rc_target_bitrate' in 'vpx_codec_enc_cfg_t'. http://www.webmproject.org/docs/webm-sdk/

Definition at line 1451 of file TeamTalk.h.

◆ 

union { ... } WebMVP8Codec::@11

◆ nEncodeDeadline

UINT32 WebMVP8Codec::nEncodeDeadline

Time that should be spent on encoding a frame.

Same as 'deadline' parameter in 'vpx_codec_encode()'. http://www.webmproject.org/docs/webm-sdk/

Supported values are VPX_DL_REALTIME = 1, VPX_DL_GOOD_QUALITY = 1000000, and VPX_DL_BEST_QUALITY = 0.

Definition at line 1460 of file TeamTalk.h.