Video SDK for MacOS API Reference
|
Interface to send video share frame data. More...
#include <ZMVideoSDKShareHelper.h>
Inherits NSObject.
Instance Methods | |
(ZMVideoSDKErrors) | - sendShareFrame:width:height:frameLength:format: |
Send one frame data. | |
Interface to send video share frame data.
Definition at line 142 of file ZMVideoSDKShareHelper.h.
- (ZMVideoSDKErrors) sendShareFrame: | (char *_Nullable) | frameBuffer | |
width: | (int) | width | |
height: | (int) | height | |
frameLength: | (int) | frameLength | |
format: | (ZMVideoSDKFrameDataFormat) | format |
Send one frame data.
frameBuffer | FrameBuffer YUVI420 buffer. |
width | Frame width. |
height | Frame height. |
frameLength | Buffer length. |
format | Raw data format. |
ZMVideoSDKErrors_Success
, otherwise failed.