NERecord Linux SDK 5.5.3103
Loading...
Searching...
No Matches
Public Attributes | List of all members
nerecord::NERtcRegion Struct Reference

#include <nerecord_engine_defines.h>

Public Attributes

uid_t uid
 
bool substream
 
double x
 
double y
 
double width
 
double height
 
double alpha
 
NERtcRenderMode renderMode
 

Detailed Description

布局子窗口数据结构。

Member Data Documentation

◆ alpha

double nerecord::NERtcRegion::alpha

子窗口透明度, 取值范围[0,1], 0 表示图像透明, 1 表示图像完全不透明

◆ height

double nerecord::NERtcRegion::height

子窗口相对高度, 取值范围[0,1]

◆ renderMode

NERtcRenderMode nerecord::NERtcRegion::renderMode

画面显示模式

◆ substream

bool nerecord::NERtcRegion::substream

子窗口画面是否为辅流, 默认主流

◆ uid

uid_t nerecord::NERtcRegion::uid

子窗口对应的用户 ID

◆ width

double nerecord::NERtcRegion::width

子窗口相对宽度, 取值范围[0,1]

◆ x

double nerecord::NERtcRegion::x

子窗口的相对横坐标, 取值范围[0,1]

◆ y

double nerecord::NERtcRegion::y

子窗口的相对纵坐标, 取值范围[0,1]


The documentation for this struct was generated from the following file: