NERtc iOS SDK  V4.4.301
构造函数 | 所有成员列表
<NERtcEngineVideoFrameObserver>协议 参考

Returns the local video data captured. 更多...

#import <NERtcEngineDelegate.h>

类 <NERtcEngineVideoFrameObserver> 继承关系图:
<NERtcEngineDelegateEx>

构造函数

(void) - onNERtcEngineVideoFrameCaptured:rotation:
 Returns the settings for video data capture and uses the settings for operations such as beautifiers. 更多...
 

详细描述

Returns the local video data captured.

If you need to add a beautifier effect to the captured data, you must implement this protocol.

函数文档

◆ onNERtcEngineVideoFrameCaptured:rotation:

- (void) onNERtcEngineVideoFrameCaptured: (CVPixelBufferRef)  bufferRef
rotation: (NERtcVideoRotationType rotation 
optional

Returns the settings for video data capture and uses the settings for operations such as beautifiers.

The setting is returned synchronously. The engine continues to process the video data.

注解
The audio-only SDK disables this API. If you need to use the API, you can download the standard SDK from the official website of YunXin and replace the audio-only SDK.
参数
bufferRefCVPixelBufferRef, the iOS native format.
rotationThe video orientation. For more information, see NERtcVideoRotationType.

该协议的文档由以下文件生成: