Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCPreProcessRawData.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
12@interface MobileRTCPreProcessRawData : NSObject
13
17@property (nonatomic, assign) CGSize size;
18
22@property (nonatomic, assign) int yStride;
23
27@property (nonatomic, assign) int uStride;
28
32@property (nonatomic, assign) int vStride;
33
39- (char *)getYBuffer:(int)lineNum;
40
46- (char *)getUBuffer:(int)lineNum;
47
53- (char *)getVBuffer:(int)lineNum;
54
58@property (nonatomic, assign) MobileRTCFrameDataFormat format;
59
63@property (nonatomic, assign) MobileRTCVideoRawDataRotation rotation;
64
65@end
66
MobileRTCFrameDataFormat
Enumeration of the video frame data format.
MobileRTCVideoRawDataRotation
Enumeration of the directions of video.
A class that contains YUV video frame data.
MobileRTCFrameDataFormat format
The raw data format of the video data.
CGSize size
The size of the video data.
MobileRTCVideoRawDataRotation rotation
The video data rotation.