Video SDK for iOS API 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. | |
Capabilitiy infomation of video source.
Definition at line 12 of file ZoomVideoSDKVideoCapability.h.
|
readwritenonatomicassign |
frame rate of video.
Definition at line 24 of file ZoomVideoSDKVideoCapability.h.
|
readwritenonatomicassign |
height of video.
Definition at line 20 of file ZoomVideoSDKVideoCapability.h.
|
readwritenonatomicassign |
width of video.
Definition at line 16 of file ZoomVideoSDKVideoCapability.h.