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

Static Public Attributes

const int WEBM_VPX_DL_REALTIME = 1
 nEncodeDeadline value for fastest encoding.
 
const int WEBM_VPX_DL_GOOD_QUALITY = 1000000
 nEncodeDeadline value for good encoding.
 
const int WEBM_VPX_DL_BEST_QUALITY = 0
 nEncodeDeadline value for best encoding.
 

Detailed Description

Definition at line 1531 of file TeamTalk.cs.

Member Data Documentation

◆ WEBM_VPX_DL_REALTIME

const int BearWare.WebMVP8CodecConstants.WEBM_VPX_DL_REALTIME = 1
static

nEncodeDeadline value for fastest encoding.

See also
WebMVP8Codec

Definition at line 1535 of file TeamTalk.cs.

◆ WEBM_VPX_DL_GOOD_QUALITY

const int BearWare.WebMVP8CodecConstants.WEBM_VPX_DL_GOOD_QUALITY = 1000000
static

nEncodeDeadline value for good encoding.

See also
WebMVP8Codec

Definition at line 1538 of file TeamTalk.cs.

◆ WEBM_VPX_DL_BEST_QUALITY

const int BearWare.WebMVP8CodecConstants.WEBM_VPX_DL_BEST_QUALITY = 0
static

nEncodeDeadline value for best encoding.

See also
WebMVP8Codec

Definition at line 1541 of file TeamTalk.cs.