Video SDK for iOS API Reference
Loading...
Searching...
No Matches
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
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.