9#import <Foundation/Foundation.h>
16@property (nonatomic, assign)
char *
yBuffer;
21@property (nonatomic, assign)
char *
uBuffer;
26@property (nonatomic, assign)
char *
vBuffer;
31@property (nonatomic, assign) CGSize
size;
MobileRTCVideoRawDataRotation
MobileRTCVideoResolution The direction of video.
MobileRTCVideoRawDataFormat
MobileRTCVideoResolution An enumeration of video raw data format.
BOOL addRef()
Add reference count.
MobileRTCVideoRawDataRotation rotation
The direction of video data.
BOOL canAddRef()
Can add reference count or not.
char * yBuffer
y data pointer of video's YUV data.
MobileRTCVideoRawDataFormat format
The raw data format of video data.
char * vBuffer
v data pointer of video's YUV data.
NSInteger releaseRef()
Minus reference count.
CGSize size
the size of video data.
char * uBuffer
u data pointer of video's YUV data.