|
Video SDK for iOS API Reference
|
A class for users to send video raw data. More...
#include <ZoomVideoSDKShareSender.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - sendShareFrame:width:height:frameLength:format: |
| Sends one frame data. | |
A class for users to send video raw data.
Definition at line 11 of file ZoomVideoSDKShareSender.h.
| - (ZoomVideoSDKError) sendShareFrame: | (char *) | frameBuffer | |
| width: | (int) | width | |
| height: | (int) | height | |
| frameLength: | (int) | frameLength | |
| format: | (ZoomVideoSDKFrameDataFormat) | format |
Sends one frame data.
| frameBuffer | The frame buffer YUVI420 buffer. |
| width | The frame width. |
| height | The frame height. |
| frameLength | The buffer length. |
| format | The buffer format. |