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

#include <config.h>

Public Member Functions

 VideoStream ()
 
 ~VideoStream ()
 
std::string ToString () const
 
 VideoStream ()
 
 ~VideoStream ()
 
std::string ToString () const
 

Public Attributes

size_t width
 
size_t height
 
int max_framerate
 
int min_bitrate_bps
 
int target_bitrate_bps
 
int max_bitrate_bps
 
int max_qp
 
std::vector< int > temporal_layer_thresholds_bps
 

Constructor & Destructor Documentation

◆ VideoStream() [1/2]

webrtc::VideoStream::VideoStream ( )

◆ ~VideoStream() [1/2]

webrtc::VideoStream::~VideoStream ( )
default

◆ VideoStream() [2/2]

webrtc::VideoStream::VideoStream ( )

◆ ~VideoStream() [2/2]

webrtc::VideoStream::~VideoStream ( )

Member Function Documentation

◆ ToString() [1/2]

std::string webrtc::VideoStream::ToString ( ) const

◆ ToString() [2/2]

std::string webrtc::VideoStream::ToString ( ) const

Member Data Documentation

◆ height

size_t webrtc::VideoStream::height

◆ max_bitrate_bps

int webrtc::VideoStream::max_bitrate_bps

◆ max_framerate

int webrtc::VideoStream::max_framerate

◆ max_qp

int webrtc::VideoStream::max_qp

◆ min_bitrate_bps

int webrtc::VideoStream::min_bitrate_bps

◆ target_bitrate_bps

int webrtc::VideoStream::target_bitrate_bps

◆ temporal_layer_thresholds_bps

std::vector< int > webrtc::VideoStream::temporal_layer_thresholds_bps

◆ width

size_t webrtc::VideoStream::width

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