Meeting SDK for iOS API Reference
|
The YUV video frame data. More...
#include <MobileRTCPreProcessRawData.h>
Inherits NSObject.
Instance Methods | |
(char *) | - getYBuffer: |
Y data pointer of video's YUV data . | |
(char *) | - getUBuffer: |
U data pointer of video's YUV data . | |
(char *) | - getVBuffer: |
V data pointer of video's YUV data . | |
Properties | |
CGSize | size |
The size of video data. | |
int | yStride |
Y data pointer of video's YUV data stride. | |
int | uStride |
U data pointer of video's YUV data stride. | |
int | vStride |
V data pointer of video's YUV data stride. | |
MobileRTCFrameDataFormat | format |
The raw data format of video data. | |
MobileRTCVideoRawDataRotation | rotation |
The direction of video data. | |
The YUV video frame data.
Definition at line 15 of file MobileRTCPreProcessRawData.h.
- (char *) getUBuffer: | (int) | lineNum |
U data pointer of video's YUV data .
- (char *) getVBuffer: | (int) | lineNum |
V data pointer of video's YUV data .
- (char *) getYBuffer: | (int) | lineNum |
Y data pointer of video's YUV data .
|
readwritenonatomicassign |
The raw data format of video data.
Definition at line 55 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
The direction of video data.
Definition at line 60 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
The size of video data.
Definition at line 20 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
U data pointer of video's YUV data stride.
Definition at line 30 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
V data pointer of video's YUV data stride.
Definition at line 35 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
Y data pointer of video's YUV data stride.
Definition at line 25 of file MobileRTCPreProcessRawData.h.