iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCShareSender Class Reference

#import <MobileRTCShareSender.h>

Inherits NSObject.

Instance Methods

(void) - sendShareFrameBuffer:width:height:frameLength:
 Send share raw data in meeting.
 

Detailed Description

Definition at line 12 of file MobileRTCShareSender.h.

Method Documentation

◆ sendShareFrameBuffer:width:height:frameLength:

- (void) sendShareFrameBuffer: (char *)  frameBuffer
width: (NSUInteger)  width
height: (NSUInteger)  height
frameLength: (NSUInteger)  dataLength 

Send share raw data in meeting.

Parameters
frameBufferThe buffer of the data to send.
widthThe width of the data to send.
heightThe height of the data to send.
frameLengthThe length of the data to send.