webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
TestVideoCaptureCallback Class Reference
Inheritance diagram for TestVideoCaptureCallback:
rtc::VideoSinkInterface< webrtc::VideoFrame >

Public Member Functions

 TestVideoCaptureCallback ()
 
 ~TestVideoCaptureCallback ()
 
void OnFrame (const webrtc::VideoFrame &videoFrame) override
 
void SetExpectedCapability (VideoCaptureCapability capability)
 
int incoming_frames ()
 
int timing_warnings ()
 
VideoCaptureCapability capability ()
 
bool CompareLastFrame (const webrtc::VideoFrame &frame)
 
void SetExpectedCaptureRotation (webrtc::VideoRotation rotation)
 
- Public Member Functions inherited from rtc::VideoSinkInterface< webrtc::VideoFrame >
virtual ~VideoSinkInterface ()
 
virtual ~VideoSinkInterface ()
 

Constructor & Destructor Documentation

◆ TestVideoCaptureCallback()

TestVideoCaptureCallback::TestVideoCaptureCallback ( )
inline

◆ ~TestVideoCaptureCallback()

TestVideoCaptureCallback::~TestVideoCaptureCallback ( )
inline

Member Function Documentation

◆ capability()

VideoCaptureCapability TestVideoCaptureCallback::capability ( )
inline

◆ CompareLastFrame()

bool TestVideoCaptureCallback::CompareLastFrame ( const webrtc::VideoFrame frame)
inline

◆ incoming_frames()

int TestVideoCaptureCallback::incoming_frames ( )
inline

◆ OnFrame()

void TestVideoCaptureCallback::OnFrame ( const webrtc::VideoFrame videoFrame)
inlineoverridevirtual

◆ SetExpectedCapability()

void TestVideoCaptureCallback::SetExpectedCapability ( VideoCaptureCapability  capability)
inline

◆ SetExpectedCaptureRotation()

void TestVideoCaptureCallback::SetExpectedCaptureRotation ( webrtc::VideoRotation  rotation)
inline

◆ timing_warnings()

int TestVideoCaptureCallback::timing_warnings ( )
inline

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