Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoSender.h
Go to the documentation of this file.
1
5
6#import <Foundation/Foundation.h>
11@interface ZoomVideoSDKVideoSender : NSObject
12
21- (void)sendVideoFrame:(char *)frameBuffer width:(NSUInteger)width height:(NSUInteger)height dataLength:(NSUInteger)dataLength rotation:(ZoomVideoSDKVideoRawDataRotation)rotation;
22
23@end
24
ZoomVideoSDKVideoRawDataRotation
Enumeration of the directions of video raw data rotation.
A class for users to send video raw data.