|
Meeting SDK for iOS API Reference
|
A class that contains YUV video frame data. More...
#include <MobileRTCPreProcessRawData.h>
Inherits NSObject.
Instance Methods | |
| (char *) | - getYBuffer: |
| Gets the Y buffer. | |
| (char *) | - getUBuffer: |
| Gets the U buffer. | |
| (char *) | - getVBuffer: |
| Gets the V buffer. | |
Properties | |
| CGSize | size |
| The size of the video data. | |
| int | yStride |
| The Y stride. | |
| int | uStride |
| The U stride. | |
| int | vStride |
| The V stride. | |
| MobileRTCFrameDataFormat | format |
| The raw data format of the video data. | |
| MobileRTCVideoRawDataRotation | rotation |
| The video data rotation. | |
A class that contains YUV video frame data.
Definition at line 12 of file MobileRTCPreProcessRawData.h.
| - (char *) getUBuffer: | (int) | lineNum |
Gets the U buffer.
| lineNum | The line number. |
| - (char *) getVBuffer: | (int) | lineNum |
Gets the V buffer.
| lineNum | The line number. |
| - (char *) getYBuffer: | (int) | lineNum |
Gets the Y buffer.
| lineNum | The line number. |
|
readwritenonatomicassign |
The raw data format of the video data.
Definition at line 58 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
The video data rotation.
Definition at line 63 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
The size of the video data.
Definition at line 17 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
The U stride.
Definition at line 27 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
The V stride.
Definition at line 32 of file MobileRTCPreProcessRawData.h.
|
readwritenonatomicassign |
The Y stride.
Definition at line 22 of file MobileRTCPreProcessRawData.h.