Meeting SDK for iOS API Reference
|
Send share raw data in meeting. More...
#include <MobileRTCShareSender.h>
Inherits NSObject.
Instance Methods | |
(void) | - sendShareFrameBuffer:width:height:frameLength:format: |
Send share raw data in meeting. | |
Send share raw data in meeting.
Definition at line 16 of file MobileRTCShareSender.h.
- (void) sendShareFrameBuffer: | (char *) | frameBuffer | |
width: | (NSUInteger) | width | |
height: | (NSUInteger) | height | |
frameLength: | (NSUInteger) | dataLength | |
format: | (MobileRTCFrameDataFormat) | format |
Send share raw data in meeting.
frameBuffer | The buffer of the data to send. |
width | The width of the data to send. |
height | The height of the data to send. |
dataLength | The length of the data to send. |
format | The format of the data to send. |