webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
webrtc::FilePlayerTest Class Reference
Inheritance diagram for webrtc::FilePlayerTest:
testing::Test

Protected Member Functions

 FilePlayerTest ()
 
void SetUp () override
 
void TearDown () override
 
void PlayFileAndCheck (const std::string &input_file, const std::string &ref_checksum, int output_length_ms)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

std::unique_ptr< FilePlayerplayer_
 
FILE * output_file_
 

Static Protected Attributes

static const uint32_t kId = 0
 
static const FileFormats kFileFormat = kFileFormatWavFile
 
static const int kSampleRateHz = 8000
 

Constructor & Destructor Documentation

◆ FilePlayerTest()

webrtc::FilePlayerTest::FilePlayerTest ( )
inlineprotected

Member Function Documentation

◆ PlayFileAndCheck()

void webrtc::FilePlayerTest::PlayFileAndCheck ( const std::string input_file,
const std::string ref_checksum,
int  output_length_ms 
)
inlineprotected

◆ SetUp()

void webrtc::FilePlayerTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

void webrtc::FilePlayerTest::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ kFileFormat

const FileFormats webrtc::FilePlayerTest::kFileFormat = kFileFormatWavFile
staticprotected

◆ kId

const uint32_t webrtc::FilePlayerTest::kId = 0
staticprotected

◆ kSampleRateHz

const int webrtc::FilePlayerTest::kSampleRateHz = 8000
staticprotected

◆ output_file_

FILE* webrtc::FilePlayerTest::output_file_
protected

◆ player_

std::unique_ptr<FilePlayer> webrtc::FilePlayerTest::player_
protected

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