Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCShareSender Class 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.
 

Detailed Description

Send share raw data in meeting.

Definition at line 16 of file MobileRTCShareSender.h.

Method Documentation

◆ sendShareFrameBuffer:width:height:frameLength:format:

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

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.
dataLengthThe length of the data to send.
formatThe format of the data to send.