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

#include <screen_capturer_win_gdi.h>

Inheritance diagram for webrtc::ScreenCapturerWinGdi:
webrtc::DesktopCapturer webrtc::DesktopCapturer

Public Member Functions

 ScreenCapturerWinGdi (const DesktopCaptureOptions &options)
 
 ~ScreenCapturerWinGdi () override
 
void Start (Callback *callback) override
 
void SetSharedMemoryFactory (std::unique_ptr< SharedMemoryFactory > shared_memory_factory) override
 
void CaptureFrame () override
 
bool GetSourceList (SourceList *sources) override
 
bool SelectSource (SourceId id) override
 
 ScreenCapturerWinGdi (const DesktopCaptureOptions &options)
 
 ~ScreenCapturerWinGdi () override
 
void Start (Callback *callback) override
 
void SetSharedMemoryFactory (std::unique_ptr< SharedMemoryFactory > shared_memory_factory) override
 
void CaptureFrame () override
 
bool GetSourceList (SourceList *sources) override
 
bool SelectSource (SourceId id) override
 
- Public Member Functions inherited from webrtc::DesktopCapturer
virtual ~DesktopCapturer ()
 
virtual void Start (Callback *callback)=0
 
virtual void SetExcludedWindow (WindowId window)
 
virtual bool SelectSource (SourceId id)
 
virtual bool FocusOnSelectedSource ()
 
virtual ~DesktopCapturer ()
 
virtual void Start (Callback *callback)=0
 
virtual void SetExcludedWindow (WindowId window)
 
virtual bool SelectSource (SourceId id)
 
virtual bool FocusOnSelectedSource ()
 

Additional Inherited Members

- Public Types inherited from webrtc::DesktopCapturer
enum  Result {
  Result::SUCCESS, Result::ERROR_TEMPORARY, Result::ERROR_PERMANENT, Result::MAX_VALUE = ERROR_PERMANENT,
  Result::SUCCESS, Result::ERROR_TEMPORARY, Result::ERROR_PERMANENT, Result::MAX_VALUE = ERROR_PERMANENT
}
 
enum  Result {
  Result::SUCCESS, Result::ERROR_TEMPORARY, Result::ERROR_PERMANENT, Result::MAX_VALUE = ERROR_PERMANENT,
  Result::SUCCESS, Result::ERROR_TEMPORARY, Result::ERROR_PERMANENT, Result::MAX_VALUE = ERROR_PERMANENT
}
 
typedef intptr_t SourceId
 
typedef std::vector< SourceSourceList
 
typedef intptr_t SourceId
 
typedef std::vector< SourceSourceList
 
- Static Public Member Functions inherited from webrtc::DesktopCapturer
static std::unique_ptr< DesktopCapturerCreateWindowCapturer (const DesktopCaptureOptions &options)
 
static std::unique_ptr< DesktopCapturerCreateScreenCapturer (const DesktopCaptureOptions &options)
 
static std::unique_ptr< DesktopCapturerCreateWindowCapturer (const DesktopCaptureOptions &options)
 
static std::unique_ptr< DesktopCapturerCreateScreenCapturer (const DesktopCaptureOptions &options)
 
- Static Protected Member Functions inherited from webrtc::DesktopCapturer
static std::unique_ptr< DesktopCapturerCreateRawWindowCapturer (const DesktopCaptureOptions &options)
 
static std::unique_ptr< DesktopCapturerCreateRawScreenCapturer (const DesktopCaptureOptions &options)
 
static std::unique_ptr< DesktopCapturerCreateRawWindowCapturer (const DesktopCaptureOptions &options)
 
static std::unique_ptr< DesktopCapturerCreateRawScreenCapturer (const DesktopCaptureOptions &options)
 

Constructor & Destructor Documentation

◆ ScreenCapturerWinGdi() [1/2]

webrtc::ScreenCapturerWinGdi::ScreenCapturerWinGdi ( const DesktopCaptureOptions options)
explicit

◆ ~ScreenCapturerWinGdi() [1/2]

webrtc::ScreenCapturerWinGdi::~ScreenCapturerWinGdi ( )
override

◆ ScreenCapturerWinGdi() [2/2]

webrtc::ScreenCapturerWinGdi::ScreenCapturerWinGdi ( const DesktopCaptureOptions options)
explicit

◆ ~ScreenCapturerWinGdi() [2/2]

webrtc::ScreenCapturerWinGdi::~ScreenCapturerWinGdi ( )
override

Member Function Documentation

◆ CaptureFrame() [1/2]

void webrtc::ScreenCapturerWinGdi::CaptureFrame ( )
overridevirtual

◆ CaptureFrame() [2/2]

void webrtc::ScreenCapturerWinGdi::CaptureFrame ( )
overridevirtual

◆ GetSourceList() [1/2]

bool webrtc::ScreenCapturerWinGdi::GetSourceList ( SourceList sources)
overridevirtual

Reimplemented from webrtc::DesktopCapturer.

◆ GetSourceList() [2/2]

bool webrtc::ScreenCapturerWinGdi::GetSourceList ( SourceList sources)
overridevirtual

Reimplemented from webrtc::DesktopCapturer.

◆ SelectSource() [1/2]

bool webrtc::ScreenCapturerWinGdi::SelectSource ( SourceId  id)
override

◆ SelectSource() [2/2]

bool webrtc::ScreenCapturerWinGdi::SelectSource ( SourceId  id)
override

◆ SetSharedMemoryFactory() [1/2]

void webrtc::ScreenCapturerWinGdi::SetSharedMemoryFactory ( std::unique_ptr< SharedMemoryFactory shared_memory_factory)
overridevirtual

Reimplemented from webrtc::DesktopCapturer.

◆ SetSharedMemoryFactory() [2/2]

void webrtc::ScreenCapturerWinGdi::SetSharedMemoryFactory ( std::unique_ptr< SharedMemoryFactory shared_memory_factory)
overridevirtual

Reimplemented from webrtc::DesktopCapturer.

◆ Start() [1/2]

void webrtc::ScreenCapturerWinGdi::Start ( Callback callback)
override

◆ Start() [2/2]

void webrtc::ScreenCapturerWinGdi::Start ( Callback callback)
override

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