TeamTalk 5 .NET DLL
Version 5.11A
|
WebM video codec settings. More...
Public Attributes | |
int | nRcTargetBitrate |
Same as rc_target_bitrate . More... | |
int | rc_target_bitrate |
Target bitrate in kbits/sec. This value must be greater than 0. More... | |
uint | nEncodeDeadline |
Time that should be spent on encoding a frame. More... | |
WebM video codec settings.
Definition at line 1503 of file TeamTalk.cs.
int BearWare.WebMVP8Codec.nRcTargetBitrate |
Same as rc_target_bitrate
.
Definition at line 1507 of file TeamTalk.cs.
int BearWare.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 1514 of file TeamTalk.cs.
uint BearWare.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 1523 of file TeamTalk.cs.