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