iOS SDK API Reference
|
#import <MobileRTCVideoRawData.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - canAddRef |
Can add reference count or not. | |
(BOOL) | - addRef |
Add reference count. | |
(NSInteger) | - releaseRef |
Minus reference count. | |
Properties | |
char * | yBuffer |
y data pointer of video's YUV data. | |
char * | uBuffer |
u data pointer of video's YUV data. | |
char * | vBuffer |
v data pointer of video's YUV data. | |
CGSize | size |
the size of video data. | |
MobileRTCVideoRawDataFormat | format |
The raw data format of video data. | |
MobileRTCVideoRawDataRotation | rotation |
The direction of video data. | |
Definition at line 11 of file MobileRTCVideoRawData.h.
- (BOOL) addRef |
Add reference count.
- (BOOL) canAddRef |
Can add reference count or not.
- (NSInteger) releaseRef |
Minus reference count.
|
readwritenonatomicassign |
The raw data format of video data.
Definition at line 36 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
The direction of video data.
Definition at line 41 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
the size of video data.
Definition at line 31 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
u data pointer of video's YUV data.
Definition at line 21 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
v data pointer of video's YUV data.
Definition at line 26 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
y data pointer of video's YUV data.
Definition at line 16 of file MobileRTCVideoRawData.h.