Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCShareSender.h
Go to the documentation of this file.
1//
2// MobileRTCShareSender.h
3// MobileRTC
4//
5// Created by Zoom on 2022/6/30.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#include <MobileRTC/MobileRTCConstants.h>
11
16@interface MobileRTCShareSender : NSObject
17
26- (void)sendShareFrameBuffer:(char *)frameBuffer width:(NSUInteger)width height:(NSUInteger)height frameLength:(NSUInteger)dataLength format:(MobileRTCFrameDataFormat)format;
27
28@end
MobileRTCFrameDataFormat
Enumeration of video frame data format.
Send share raw data in meeting.