NERtc Windows SDK  V4.4.301
Public 属性 | 所有成员列表
nertc::NERtcVideoCanvas结构体 参考

#include <nertc_engine_defines.h>

Public 属性

onFrameDataCallback cb
 
void * user_data
 
void * window
 
NERtcVideoScalingMode scaling_mode
 

详细描述

Configuration of the video display.

类成员变量说明

◆ cb

onFrameDataCallback nertc::NERtcVideoCanvas::cb

Data callbacks. For more information, see onFrameDataCallback.

In macosx, you must set video_use_exnternal_render in NERtcEngineContext to true.

◆ scaling_mode

NERtcVideoScalingMode nertc::NERtcVideoCanvas::scaling_mode

Video display mode. For more information, see NERtcVideoCropMode.

◆ user_data

void* nertc::NERtcVideoCanvas::user_data

The user data returned by the callback for the data transparent transmission.

In macosx, you must set video_use_exnternal_render in NERtcEngineContext to true.

◆ window

void* nertc::NERtcVideoCanvas::window

Rendering window handle.

In macosx, you must set video_use_exnternal_render in NERtcEngineContext to false.


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