Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKVideoCapability Class Reference

Represents the video resolution, frame rate, and data mode capabilities. More...

#include <ZMVideoSDKVideoSourceHelper.h>

Inherits NSObject.

Properties

int width
 Width of video capability.
 
int height
 Height of video capability.
 
int frame
 Frame of video capability.
 
ZMVideoSDKVideoSourceDataMode dataMode
 Video source data mode.
 

Detailed Description

Represents the video resolution, frame rate, and data mode capabilities.

Definition at line 107 of file ZMVideoSDKVideoSourceHelper.h.

Property Documentation

◆ dataMode

- (ZMVideoSDKVideoSourceDataMode) dataMode
readwritenonatomicassign

Video source data mode.

Definition at line 126 of file ZMVideoSDKVideoSourceHelper.h.

◆ frame

- (int) frame
readwritenonatomicassign

Frame of video capability.

Definition at line 121 of file ZMVideoSDKVideoSourceHelper.h.

◆ height

- (int) height
readwritenonatomicassign

Height of video capability.

Definition at line 116 of file ZMVideoSDKVideoSourceHelper.h.

◆ width

- (int) width
readwritenonatomicassign

Width of video capability.

Definition at line 111 of file ZMVideoSDKVideoSourceHelper.h.