Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCShareSender.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
7#include <MobileRTC/MobileRTCConstants.h>
8
13@interface MobileRTCShareSender : NSObject
14
23- (void)sendShareFrameBuffer:(char *)frameBuffer width:(NSUInteger)width height:(NSUInteger)height frameLength:(NSUInteger)dataLength format:(MobileRTCFrameDataFormat)format;
24
25@end
MobileRTCFrameDataFormat
Enumeration of video frame data format.
Send share raw data in meeting.