TeamTalk 5 Java DLL Version 5.15A
Loading...
Searching...
No Matches
BearWare.WebMVP8Codec Struct Reference

WebM video codec settings. More...

Public Attributes

int nRcTargetBitrate
 Same as rc_target_bitrate.
 
int rc_target_bitrate
 Target bitrate in kbits/sec. This value must be greater than 0.
 
uint nEncodeDeadline
 Time that should be spent on encoding a frame.
 

Detailed Description

WebM video codec settings.

See also
VideoCodec
TeamTalkBase.InitVideoCaptureDevice
TeamTalkBase.StartStreamingMediaFileToChannel()

Definition at line 1508 of file TeamTalk.cs.

Member Data Documentation

◆ nRcTargetBitrate

int BearWare.WebMVP8Codec.nRcTargetBitrate

Same as rc_target_bitrate.

Definition at line 1512 of file TeamTalk.cs.

◆ rc_target_bitrate

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 1519 of file TeamTalk.cs.

◆ nEncodeDeadline

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 1528 of file TeamTalk.cs.