Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoCapabilityItem Class Reference

Represents video capability information. 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.
 
(unsigned int) - getFrame
 Gets the frame of this data.
 

Detailed Description

Represents video capability information.

Definition at line 81 of file ZoomSDKRawDataVideoSourceController.h.

Method Documentation

◆ getFrame

- (unsigned int) getFrame

Gets the frame of this data.

Returns
If the function succeeds, it returns the frame of this data. Otherwise, returns 0.

◆ getHeight

- (unsigned int) getHeight

Gets the height of this data.

Returns
If the function succeeds, it returns the height of this data. Otherwise, returns 0.

◆ getWidth

- (unsigned int) getWidth

Gets the width of this data.

Returns
If the function succeeds, it returns the width of this data. Otherwise, returns 0.