Video SDK for MacOS API Reference
|
Interface for sending custom raw video data to the Zoom Video SDK. More...
#include <ZMVideoSDKVideoSourceHelper.h>
Inherits NSObject.
Instance Methods | |
(void) | - sendVideoFrame:width:height:frameLength:rotation:format: |
For user to send video raw data. | |
Interface for sending custom raw video data to the Zoom Video SDK.
Definition at line 89 of file ZMVideoSDKVideoSourceHelper.h.
- (void) sendVideoFrame: | (char *) | frameBuffer | |
width: | (int) | width | |
height: | (int) | height | |
frameLength: | (int) | frameLength | |
rotation: | (int) | rotation | |
format: | (ZMVideoSDKFrameDataFormat) | format |
For user to send video raw data.
frameBuffer | YUVI420 buffer. |
width | The width of buffer size. |
height | The height of buffer size. |
frameLength | The lenght of buffer. |
rotation | The rotation of buffer. |
format | Raw data format. |