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

#include <videoprocessor.h>

Public Member Functions

 TestConfig ()
 
 ~TestConfig ()
 
 TestConfig ()
 
 ~TestConfig ()
 

Public Attributes

std::string name
 
std::string description
 
int test_number
 
std::string input_filename
 
std::string output_filename
 
std::string output_dir
 
NetworkingConfig networking_config
 
ExcludeFrameTypes exclude_frame_types
 
size_t frame_length_in_bytes
 
bool use_single_core
 
int keyframe_interval
 
webrtc::VideoCodeccodec_settings
 
bool verbose
 

Constructor & Destructor Documentation

◆ TestConfig() [1/2]

TestConfig::TestConfig ( )

◆ ~TestConfig() [1/2]

TestConfig::~TestConfig ( )

◆ TestConfig() [2/2]

webrtc::test::TestConfig::TestConfig ( )

◆ ~TestConfig() [2/2]

webrtc::test::TestConfig::~TestConfig ( )

Member Data Documentation

◆ codec_settings

webrtc::VideoCodec * TestConfig::codec_settings

◆ description

std::string TestConfig::description

◆ exclude_frame_types

ExcludeFrameTypes TestConfig::exclude_frame_types

◆ frame_length_in_bytes

size_t TestConfig::frame_length_in_bytes

◆ input_filename

std::string TestConfig::input_filename

◆ keyframe_interval

int TestConfig::keyframe_interval

◆ name

std::string TestConfig::name

◆ networking_config

NetworkingConfig TestConfig::networking_config

◆ output_dir

std::string TestConfig::output_dir

◆ output_filename

std::string TestConfig::output_filename

◆ test_number

int TestConfig::test_number

◆ use_single_core

bool TestConfig::use_single_core

◆ verbose

bool TestConfig::verbose

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