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

Protected Member Functions

 VideoCapturerTrackSourceTest ()
 
void InitCapturer (bool is_screencast)
 
void InitScreencast ()
 
void CreateVideoCapturerSource ()
 
void CreateVideoCapturerSource (const webrtc::MediaConstraintsInterface *constraints)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

std::unique_ptr< cricket::VideoCapturercapturer_cleanup_
 
TestVideoCapturercapturer_
 
cricket::FakeVideoRenderer renderer_
 
std::unique_ptr< StateObserverstate_observer_
 
rtc::scoped_refptr< VideoTrackSourceInterfacesource_
 

Constructor & Destructor Documentation

◆ VideoCapturerTrackSourceTest()

VideoCapturerTrackSourceTest::VideoCapturerTrackSourceTest ( )
inlineprotected

Member Function Documentation

◆ CreateVideoCapturerSource() [1/2]

void VideoCapturerTrackSourceTest::CreateVideoCapturerSource ( )
inlineprotected

◆ CreateVideoCapturerSource() [2/2]

void VideoCapturerTrackSourceTest::CreateVideoCapturerSource ( const webrtc::MediaConstraintsInterface constraints)
inlineprotected

◆ InitCapturer()

void VideoCapturerTrackSourceTest::InitCapturer ( bool  is_screencast)
inlineprotected

◆ InitScreencast()

void VideoCapturerTrackSourceTest::InitScreencast ( )
inlineprotected

Member Data Documentation

◆ capturer_

TestVideoCapturer* VideoCapturerTrackSourceTest::capturer_
protected

◆ capturer_cleanup_

std::unique_ptr<cricket::VideoCapturer> VideoCapturerTrackSourceTest::capturer_cleanup_
protected

◆ renderer_

cricket::FakeVideoRenderer VideoCapturerTrackSourceTest::renderer_
protected

◆ source_

rtc::scoped_refptr<VideoTrackSourceInterface> VideoCapturerTrackSourceTest::source_
protected

◆ state_observer_

std::unique_ptr<StateObserver> VideoCapturerTrackSourceTest::state_observer_
protected

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