NERtc macOS SDK  V5.5.40
Public 属性 | 所有成员列表
nertc::NERtcScreenCaptureSourceInfo结构体 参考

#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.

自从
v5.4.10

类成员变量说明

◆ icon_image

NERtcThumbImageBuffer nertc::NERtcScreenCaptureSourceInfo::icon_image

The image content of the icon. See ThumbImageBuffer.

◆ primaryMonitor

bool nertc::NERtcScreenCaptureSourceInfo::primaryMonitor

Determines whether the screen is the primary display:

  • true: The screen is the primary display.
  • false: The screen is not the primary display.

◆ process_path

const char* nertc::NERtcScreenCaptureSourceInfo::process_path

The process to which the window belongs. UTF-8 encoding.

◆ source_id

source_id_t nertc::NERtcScreenCaptureSourceInfo::source_id

The window ID for a window or the display ID for a screen.

◆ source_name

const char* nertc::NERtcScreenCaptureSourceInfo::source_name

The name of the window or screen. UTF-8 encoding.

◆ source_title

const char* nertc::NERtcScreenCaptureSourceInfo::source_title

The title of the window. UTF-8 encoding.

◆ thumb_image

NERtcThumbImageBuffer nertc::NERtcScreenCaptureSourceInfo::thumb_image

The image content of the thumbnail. See ThumbImageBuffer.

◆ type

NERtcScreenCaptureSourceType nertc::NERtcScreenCaptureSourceInfo::type

The type of the shared target. See ScreenCaptureSourceType.


该结构体的文档由以下文件生成: