Meeting SDK for macOS API Reference
|
Represents video capability information. More...
#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. | |
(unsigned int) | - getFrame |
Get the frame of this data. | |
Represents video capability information.
Definition at line 81 of file ZoomSDKRawDataVideoSourceController.h.
- (unsigned int) getFrame |
Get the frame of this data.
- (unsigned int) getHeight |
Get the height of this data.
- (unsigned int) getWidth |
Get the width of this data.