Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoSender.h
Go to the documentation of this file.
1
5
6#import <Foundation/Foundation.h>
7#import <MobileRTC/MobileRTCConstants.h>
8
13@interface MobileRTCVideoSender : NSObject
14
23- (void)sendVideoFrame:(char *)frameBuffer width:(NSUInteger)width height:(NSUInteger)height dataLength:(NSUInteger)dataLength rotation:(MobileRTCVideoRawDataRotation)rotation;
24@end
25
MobileRTCVideoRawDataRotation
Enumeration of the directions of video.
A class that sends video raw data.