#include <screen_capturer_win_gdi.h>
|
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< Source > | SourceList |
|
typedef intptr_t | SourceId |
|
typedef std::vector< Source > | SourceList |
|
static std::unique_ptr< DesktopCapturer > | CreateWindowCapturer (const DesktopCaptureOptions &options) |
|
static std::unique_ptr< DesktopCapturer > | CreateScreenCapturer (const DesktopCaptureOptions &options) |
|
static std::unique_ptr< DesktopCapturer > | CreateWindowCapturer (const DesktopCaptureOptions &options) |
|
static std::unique_ptr< DesktopCapturer > | CreateScreenCapturer (const DesktopCaptureOptions &options) |
|
static std::unique_ptr< DesktopCapturer > | CreateRawWindowCapturer (const DesktopCaptureOptions &options) |
|
static std::unique_ptr< DesktopCapturer > | CreateRawScreenCapturer (const DesktopCaptureOptions &options) |
|
static std::unique_ptr< DesktopCapturer > | CreateRawWindowCapturer (const DesktopCaptureOptions &options) |
|
static std::unique_ptr< DesktopCapturer > | CreateRawScreenCapturer (const DesktopCaptureOptions &options) |
|
◆ ScreenCapturerWinGdi() [1/2]
◆ ~ScreenCapturerWinGdi() [1/2]
webrtc::ScreenCapturerWinGdi::~ScreenCapturerWinGdi |
( |
| ) |
|
|
override |
◆ ScreenCapturerWinGdi() [2/2]
◆ ~ScreenCapturerWinGdi() [2/2]
webrtc::ScreenCapturerWinGdi::~ScreenCapturerWinGdi |
( |
| ) |
|
|
override |
◆ 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 |
◆ GetSourceList() [2/2]
bool webrtc::ScreenCapturerWinGdi::GetSourceList |
( |
SourceList * |
sources | ) |
|
|
overridevirtual |
◆ 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 |
◆ SetSharedMemoryFactory() [2/2]
void webrtc::ScreenCapturerWinGdi::SetSharedMemoryFactory |
( |
std::unique_ptr< SharedMemoryFactory > |
shared_memory_factory | ) |
|
|
overridevirtual |
◆ 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: