9#import <Foundation/Foundation.h>
20@property (nonatomic, assign) CGSize
size;
40- (
char *)getYBuffer:(
int)lineNum;
45- (
char *)getUBuffer:(
int)lineNum;
50- (
char *)getVBuffer:(
int)lineNum;
MobileRTCFrameDataFormat
Enumeration of video frame data format.
MobileRTCVideoRawDataRotation
Enumeration of directions of video.
The YUV video frame data.
int vStride
V data pointer of video's YUV data stride.
MobileRTCFrameDataFormat format
The raw data format of video data.
CGSize size
The size of video data.
int uStride
U data pointer of video's YUV data stride.
MobileRTCVideoRawDataRotation rotation
The direction of video data.
int yStride
Y data pointer of video's YUV data stride.