NERtc Linux SDK
V5.4.10
|
#include <nertc_engine_defines.h>
Public 属性 | |
NERtcScreenCaptureSourceType | type |
source_id_t | source_id |
const char * | source_name |
NERtcThumbImageBuffer | thumb_image |
NERtcThumbImageBuffer | icon_image |
const char * | process_path |
const char * | source_title |
bool | primaryMonitor |
The information about the specified shareable window or screen.
NERtcThumbImageBuffer nertc::NERtcScreenCaptureSourceInfo::icon_image |
The image content of the icon. See ThumbImageBuffer.
bool nertc::NERtcScreenCaptureSourceInfo::primaryMonitor |
Determines whether the screen is the primary display:
const char* nertc::NERtcScreenCaptureSourceInfo::process_path |
The process to which the window belongs. UTF-8 encoding.
source_id_t nertc::NERtcScreenCaptureSourceInfo::source_id |
The window ID for a window or the display ID for a screen.
const char* nertc::NERtcScreenCaptureSourceInfo::source_name |
The name of the window or screen. UTF-8 encoding.
const char* nertc::NERtcScreenCaptureSourceInfo::source_title |
The title of the window. UTF-8 encoding.
NERtcThumbImageBuffer nertc::NERtcScreenCaptureSourceInfo::thumb_image |
The image content of the thumbnail. See ThumbImageBuffer.
NERtcScreenCaptureSourceType nertc::NERtcScreenCaptureSourceInfo::type |
The type of the shared target. See ScreenCaptureSourceType.