|
NERtc iOS SDK
V4.4.301
|
Returns the local video data captured. 更多...
#import <NERtcEngineDelegate.h>
构造函数 | |
| (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.
|
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.
| bufferRef | CVPixelBufferRef, the iOS native format. |
| rotation | The video orientation. For more information, see NERtcVideoRotationType. |