webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
cricket::VideoCapturerListener Class Reference

#include <testutils.h>

Inheritance diagram for cricket::VideoCapturerListener:
sigslot::has_slots<> rtc::VideoSinkInterface< webrtc::VideoFrame > sigslot::has_slots<> rtc::VideoSinkInterface< webrtc::VideoFrame > sigslot::has_slots_interface sigslot::has_slots_interface sigslot::has_slots_interface sigslot::has_slots_interface

Public Member Functions

 VideoCapturerListener (VideoCapturer *cap)
 
 ~VideoCapturerListener ()
 
CaptureState last_capture_state () const
 
int frame_count () const
 
int frame_width () const
 
int frame_height () const
 
bool resolution_changed () const
 
void OnStateChange (VideoCapturer *capturer, CaptureState state)
 
void OnFrame (const webrtc::VideoFrame &frame) override
 
 VideoCapturerListener (VideoCapturer *cap)
 
 ~VideoCapturerListener ()
 
CaptureState last_capture_state () const
 
int frame_count () const
 
int frame_width () const
 
int frame_height () const
 
bool resolution_changed () const
 
void OnStateChange (VideoCapturer *capturer, CaptureState state)
 
void OnFrame (const webrtc::VideoFrame &frame) override
 
- Public Member Functions inherited from sigslot::has_slots<>
 has_slots ()
 
 has_slots ()
 
 ~has_slots ()
 
 ~has_slots ()
 
- Public Member Functions inherited from sigslot::has_slots_interface
void signal_connect (_signal_base_interface *sender)
 
void signal_disconnect (_signal_base_interface *sender)
 
void disconnect_all ()
 
void signal_connect (_signal_base_interface *sender)
 
void signal_disconnect (_signal_base_interface *sender)
 
void disconnect_all ()
 
- Public Member Functions inherited from rtc::VideoSinkInterface< webrtc::VideoFrame >
virtual ~VideoSinkInterface ()
 
virtual ~VideoSinkInterface ()
 

Additional Inherited Members

- Protected Member Functions inherited from sigslot::has_slots_interface
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 

Constructor & Destructor Documentation

◆ VideoCapturerListener() [1/2]

cricket::VideoCapturerListener::VideoCapturerListener ( VideoCapturer cap)
explicit

◆ ~VideoCapturerListener() [1/2]

cricket::VideoCapturerListener::~VideoCapturerListener ( )

◆ VideoCapturerListener() [2/2]

cricket::VideoCapturerListener::VideoCapturerListener ( VideoCapturer cap)
explicit

◆ ~VideoCapturerListener() [2/2]

cricket::VideoCapturerListener::~VideoCapturerListener ( )

Member Function Documentation

◆ frame_count() [1/2]

int cricket::VideoCapturerListener::frame_count ( ) const
inline

◆ frame_count() [2/2]

int cricket::VideoCapturerListener::frame_count ( ) const
inline

◆ frame_height() [1/2]

int cricket::VideoCapturerListener::frame_height ( ) const
inline

◆ frame_height() [2/2]

int cricket::VideoCapturerListener::frame_height ( ) const
inline

◆ frame_width() [1/2]

int cricket::VideoCapturerListener::frame_width ( ) const
inline

◆ frame_width() [2/2]

int cricket::VideoCapturerListener::frame_width ( ) const
inline

◆ last_capture_state() [1/2]

CaptureState cricket::VideoCapturerListener::last_capture_state ( ) const
inline

◆ last_capture_state() [2/2]

CaptureState cricket::VideoCapturerListener::last_capture_state ( ) const
inline

◆ OnFrame() [1/2]

void cricket::VideoCapturerListener::OnFrame ( const webrtc::VideoFrame frame)
overridevirtual

◆ OnFrame() [2/2]

void cricket::VideoCapturerListener::OnFrame ( const webrtc::VideoFrame frame)
overridevirtual

◆ OnStateChange() [1/2]

void cricket::VideoCapturerListener::OnStateChange ( VideoCapturer capturer,
CaptureState  state 
)

◆ OnStateChange() [2/2]

void cricket::VideoCapturerListener::OnStateChange ( VideoCapturer capturer,
CaptureState  state 
)

◆ resolution_changed() [1/2]

bool cricket::VideoCapturerListener::resolution_changed ( ) const
inline

◆ resolution_changed() [2/2]

bool cricket::VideoCapturerListener::resolution_changed ( ) const
inline

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