|
Meeting SDK for iOS API Reference
|
A class that sends video raw data. More...
#include <MobileRTCVideoSender.h>
Inherits NSObject.
Instance Methods | |
| (void) | - sendVideoFrame:width:height:dataLength:rotation:format: |
| Sends video raw data. | |
A class that sends video raw data.
Definition at line 13 of file MobileRTCVideoSender.h.
| - (void) sendVideoFrame: | (char *) | frameBuffer | |
| width: | (NSUInteger) | width | |
| height: | (NSUInteger) | height | |
| dataLength: | (NSUInteger) | dataLength | |
| rotation: | (MobileRTCVideoRawDataRotation) | rotation | |
| format: | (MobileRTCFrameDataFormat) | format |
Sends video raw data.
| frameBuffer | The YUV420I buffer for each frame of the video. |
| width | The width of the raw data for each frame of the video. |
| height | The height of the raw data for each frame of the video. |
| dataLength | The data length of the raw data for each frame of the video. |
| rotation | The rotation of the raw data for each frame of the video. |
| format | The format of the raw data for each frame of the video. |