|
Video SDK for iOS API Reference
|
A class for users to send video raw data. More...
#include <ZoomVideoSDKVideoSender.h>
Inherits NSObject.
Instance Methods | |
| (void) | - sendVideoFrame:width:height:dataLength:rotation: |
| Sends one frame data with initialization-time data format. | |
A class for users to send video raw data.
Definition at line 11 of file ZoomVideoSDKVideoSender.h.
| - (void) sendVideoFrame: | (char *) | frameBuffer | |
| width: | (NSUInteger) | width | |
| height: | (NSUInteger) | height | |
| dataLength: | (NSUInteger) | dataLength | |
| rotation: | (ZoomVideoSDKVideoRawDataRotation) | rotation |
Sends one frame data with initialization-time data format.
| frameBuffer | The YUVI420 buffer. |
| width | The frame width. |
| height | The frame height. |
| dataLength | The buffer length. |
| rotation | The buffer rotation. |