Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKVideoCapability Class Reference

Capabilitiy infomation of video source. More...

#include <ZoomVideoSDKVideoCapability.h>

Inherits NSObject.

Properties

int width
 width of video.
 
int height
 height of video.
 
int frame
 frame rate of video.
 

Detailed Description

Capabilitiy infomation of video source.

Definition at line 15 of file ZoomVideoSDKVideoCapability.h.

Property Documentation

◆ frame

- (int) frame
readwritenonatomicassign

frame rate of video.

Definition at line 27 of file ZoomVideoSDKVideoCapability.h.

◆ height

- (int) height
readwritenonatomicassign

height of video.

Definition at line 23 of file ZoomVideoSDKVideoCapability.h.

◆ width

- (int) width
readwritenonatomicassign

width of video.

Definition at line 19 of file ZoomVideoSDKVideoCapability.h.