Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoSender.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
7#import <MobileRTC/MobileRTCConstants.h>
8
13@interface MobileRTCVideoSender : NSObject
14
24- (void)sendVideoFrame:(char *)frameBuffer width:(NSUInteger)width height:(NSUInteger)height dataLength:(NSUInteger)dataLength rotation:(MobileRTCVideoRawDataRotation)rotation format:(MobileRTCFrameDataFormat)format;
25@end
26
MobileRTCFrameDataFormat
Enumeration of video frame data format.
MobileRTCVideoRawDataRotation
Enumeration of directions of video.
The video's rawdata sender.