webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::VideoEncoder::QpThresholds Struct Reference

#include <video_encoder.h>

Public Member Functions

 QpThresholds (int l, int h)
 
 QpThresholds ()
 
 QpThresholds (int l, int h)
 
 QpThresholds ()
 

Public Attributes

int low
 
int high
 

Constructor & Destructor Documentation

◆ QpThresholds() [1/4]

webrtc::VideoEncoder::QpThresholds::QpThresholds ( int  l,
int  h 
)
inline

◆ QpThresholds() [2/4]

webrtc::VideoEncoder::QpThresholds::QpThresholds ( )
inline

◆ QpThresholds() [3/4]

webrtc::VideoEncoder::QpThresholds::QpThresholds ( int  l,
int  h 
)
inline

◆ QpThresholds() [4/4]

webrtc::VideoEncoder::QpThresholds::QpThresholds ( )
inline

Member Data Documentation

◆ high

int webrtc::VideoEncoder::QpThresholds::high

◆ low

int webrtc::VideoEncoder::QpThresholds::low

The documentation for this struct was generated from the following file: