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

Sends share raw data in a meeting. More...

#include <MobileRTCShareSender.h>

Inherits NSObject.

Instance Methods

(void) - sendShareFrameBuffer:width:height:frameLength:format:
 Sends share raw data in a meeting.
 

Detailed Description

Sends share raw data in a meeting.

Definition at line 13 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 

Sends share raw data in a 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.