Video SDK for MacOS API 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. | |
Represents the video resolution, frame rate, and data mode capabilities.
Definition at line 107 of file ZMVideoSDKVideoSourceHelper.h.
|
readwritenonatomicassign |
Video source data mode.
Definition at line 126 of file ZMVideoSDKVideoSourceHelper.h.
|
readwritenonatomicassign |
Frame of video capability.
Definition at line 121 of file ZMVideoSDKVideoSourceHelper.h.
|
readwritenonatomicassign |
Height of video capability.
Definition at line 116 of file ZMVideoSDKVideoSourceHelper.h.
|
readwritenonatomicassign |
Width of video capability.
Definition at line 111 of file ZMVideoSDKVideoSourceHelper.h.