Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKVideoSender.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKVideoSender.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 ZoomVideoSDKVideoSender : NSObject
15
25- (void)sendVideoFrame:(char *)frameBuffer width:(NSUInteger)width height:(NSUInteger)height dataLength:(NSUInteger)dataLength rotation:(ZoomVideoSDKVideoRawDataRotation)rotation format:(ZoomVideoSDKFrameDataFormat)format;
26
27@end
28
ZoomVideoSDKVideoRawDataRotation
ZoomVideoSDKVideoRawDataRotation The direction of video.
ZoomVideoSDKFrameDataFormat
A class for user to send video raw data.