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