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
RawDataRotationof the directions of video.
ZoomVideoSDKFrameDataFormat
Enumeration of raw data formats. Defines the color space format and color range for video frames.
A class for user to send video raw data.