Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoCapabilityItem Class 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.
 
(unsigned int) - getFrame
 Get the frame of this data.
 

Detailed Description

Definition at line 68 of file ZoomSDKRawDataVideoSourceController.h.

Method Documentation

◆ getFrame

- (unsigned int) getFrame

Get the frame of this data.

Returns
If the function succeeds, it will return the frame of this data.

◆ getHeight

- (unsigned int) getHeight

Get the height of this data.

Returns
If the function succeeds, it will return the height of this data.

◆ getWidth

- (unsigned int) getWidth

Get the width of this data.

Returns
If the function succeeds, it will return the width of this data.