Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKShareSender.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKShareSender.h
3// ZoomVideoSDK
4//
5// Created by Zoom Video Communications on 2020/3/9.
6// Copyright © Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
14@interface ZoomVideoSDKShareSender : NSObject
24- (ZoomVideoSDKError)sendShareFrame:(char*)frameBuffer width:(int)width height:(int)height frameLength:(int)frameLength format:(ZoomVideoSDKFrameDataFormat)format;
25
26@end
27
ZoomVideoSDKFrameDataFormat
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
A class for user to send video raw data.