NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
onFrameDataCallback | cb |
void * | user_data |
void * | window |
NERtcVideoScalingMode | scaling_mode |
Configuration of the video display.
onFrameDataCallback nertc::NERtcVideoCanvas::cb |
Data callbacks. For more information, see onFrameDataCallback.
In macosx, you must set video_use_exnternal_render in NERtcEngineContext to true.
NERtcVideoScalingMode nertc::NERtcVideoCanvas::scaling_mode |
Video display mode. For more information, see NERtcVideoCropMode.
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.
void* nertc::NERtcVideoCanvas::window |
Rendering window handle.
In macosx, you must set video_use_exnternal_render in NERtcEngineContext to false.