|
Meeting SDK for macOS API Reference
|
Represents I420 YUV video frame data. More...
#include <ZoomSDKRawDataVideoSourceController.h>
Inherits NSObject.
Instance Methods | |
| (unsigned int) | - getWidth |
| Gets the width of this data. | |
| (unsigned int) | - getHeight |
| Gets the height of this data. | |
| (char *_Nullable) | - getYBuffer: |
| Gets the Y buffer of this data. | |
| (char *_Nullable) | - getUBuffer: |
| Gets the U buffer of this data. | |
| (char *_Nullable) | - getVBuffer: |
| Gets the V buffer of this data. | |
| (unsigned int) | - getYStride |
| Gets the V stride of this data. | |
| (unsigned int) | - getUStride |
| Gets the U stride of this data. | |
| (unsigned int) | - getVStride |
| Gets the V stride of this data. | |
| (unsigned int) | - getRotation |
| Gets the rotation of this data. | |
| (BOOL) | - isLimitedI420 |
| Gets if this data is limited I420. | |
Represents I420 YUV video frame data.
Definition at line 14 of file ZoomSDKRawDataVideoSourceController.h.
| - (unsigned int) getHeight |
Gets the height of this data.
| - (unsigned int) getRotation |
Gets the rotation of this data.
| - (char *_Nullable) getUBuffer: | (unsigned int) | lineNum |
Gets the U buffer of this data.
| - (unsigned int) getUStride |
Gets the U stride of this data.
| - (char *_Nullable) getVBuffer: | (unsigned int) | lineNum |
Gets the V buffer of this data.
| - (unsigned int) getVStride |
Gets the V stride of this data.
| - (unsigned int) getWidth |
Gets the width of this data.
| - (char *_Nullable) getYBuffer: | (unsigned int) | lineNum |
Gets the Y buffer of this data.
| - (unsigned int) getYStride |
Gets the V stride of this data.
| - (BOOL) isLimitedI420 |
Gets if this data is limited I420.