iOS SDK API Reference
|
#import <MobileRTCShareSender.h>
Inherits NSObject.
Instance Methods | |
(void) | - sendShareFrameBuffer:width:height:frameLength: |
Send share raw data in meeting. | |
Definition at line 12 of file MobileRTCShareSender.h.
- (void) sendShareFrameBuffer: | (char *) | frameBuffer | |
width: | (NSUInteger) | width | |
height: | (NSUInteger) | height | |
frameLength: | (NSUInteger) | dataLength | |
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. |
frameLength | The length of the data to send. |