Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareSender.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
11@interface ZoomVideoSDKShareSender : NSObject
21- (ZoomVideoSDKError)sendShareFrame:(char*)frameBuffer width:(int)width height:(int)height frameLength:(int)frameLength format:(ZoomVideoSDKFrameDataFormat)format;
22
23@end
24
ZoomVideoSDKFrameDataFormat
Enumeration of raw data formats. Defines the color space format and color range for video frames.
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
A class for user to send video raw data.