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

#include <channel_controller.h>

Public Member Functions

 Config (size_t num_encoder_channels, size_t intial_channels_to_encode, int channel_1_to_2_bandwidth_bps, int channel_2_to_1_bandwidth_bps)
 
 Config (size_t num_encoder_channels, size_t intial_channels_to_encode, int channel_1_to_2_bandwidth_bps, int channel_2_to_1_bandwidth_bps)
 

Public Attributes

size_t num_encoder_channels
 
size_t intial_channels_to_encode
 
int channel_1_to_2_bandwidth_bps
 
int channel_2_to_1_bandwidth_bps
 

Constructor & Destructor Documentation

◆ Config() [1/2]

webrtc::ChannelController::Config::Config ( size_t  num_encoder_channels,
size_t  intial_channels_to_encode,
int  channel_1_to_2_bandwidth_bps,
int  channel_2_to_1_bandwidth_bps 
)

◆ Config() [2/2]

webrtc::ChannelController::Config::Config ( size_t  num_encoder_channels,
size_t  intial_channels_to_encode,
int  channel_1_to_2_bandwidth_bps,
int  channel_2_to_1_bandwidth_bps 
)

Member Data Documentation

◆ channel_1_to_2_bandwidth_bps

int webrtc::ChannelController::Config::channel_1_to_2_bandwidth_bps

◆ channel_2_to_1_bandwidth_bps

int webrtc::ChannelController::Config::channel_2_to_1_bandwidth_bps

◆ intial_channels_to_encode

size_t webrtc::ChannelController::Config::intial_channels_to_encode

◆ num_encoder_channels

size_t webrtc::ChannelController::Config::num_encoder_channels

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