|
Video SDK for iOS API Reference
|
A class that contains the information of device capture video frame. More...
#include <ZoomVideoSDKPreProcessRawData.h>
Inherits NSObject.
Instance Methods | |
| (char *) | - getYBuffer: |
| Gets the YUVI420 Y buffer. The Y component represents the luma or brightness value of the color. | |
| (char *) | - getUBuffer: |
| Gets the YUVI420 U buffer. The U component represents the chroma value. | |
| (char *) | - getVBuffer: |
| Gets the YUVI420 V buffer. The V component represents the chroma value. | |
Properties | |
| CGSize | size |
| Gets the stream size. | |
| int | yStride |
| Gets the Y stride. | |
| int | uStride |
| Gets the U stride. | |
| int | vStride |
| Gets the V stride. | |
| BOOL | isLimited |
| Determines whether video raw data is limited. | |
| ZoomVideoSDKFrameDataFormat | format |
| Gets the raw data format of video data. | |
| ZoomVideoSDKVideoRawDataRotation | rotation |
| Gets the video raw data rotation. | |
A class that contains the information of device capture video frame.
Definition at line 12 of file ZoomVideoSDKPreProcessRawData.h.
| - (char *) getUBuffer: | (int) | lineNum |
Gets the YUVI420 U buffer. The U component represents the chroma value.
| lineNum | The line number. |
| - (char *) getVBuffer: | (int) | lineNum |
Gets the YUVI420 V buffer. The V component represents the chroma value.
| lineNum | The line number. |
| - (char *) getYBuffer: | (int) | lineNum |
Gets the YUVI420 Y buffer. The Y component represents the luma or brightness value of the color.
| lineNum | The line number. |
|
readwritenonatomicassign |
Gets the raw data format of video data.
Definition at line 63 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
Determines whether video raw data is limited.
Definition at line 37 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
Gets the video raw data rotation.
Definition at line 68 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
Gets the stream size.
Definition at line 17 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
Gets the U stride.
Definition at line 27 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
Gets the V stride.
Definition at line 32 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
Gets the Y stride.
Definition at line 22 of file ZoomVideoSDKPreProcessRawData.h.