TeamTalk 5 C-API DLL Version 5.15A
|
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. | ||
WebM video codec settings.
Definition at line 1445 of file TeamTalk.h.
INT32 WebMVP8Codec::nRcTargetBitrate |
Same as rc_target_bitrate
.
Definition at line 1450 of file TeamTalk.h.
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 1456 of file TeamTalk.h.
union { ... } WebMVP8Codec |
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 1465 of file TeamTalk.h.