|
Video SDK for iOS API Reference
|
Capability information of video source. More...
#include <ZoomVideoSDKVideoCapability.h>
Inherits NSObject.
Properties | |
| int | width |
| Gets the width of video. | |
| int | height |
| Gets the height of video. | |
| int | frame |
| Gets the frame rate of video. | |
Capability information of video source.
Definition at line 12 of file ZoomVideoSDKVideoCapability.h.
|
readwritenonatomicassign |
Gets the frame rate of video.
Definition at line 24 of file ZoomVideoSDKVideoCapability.h.
|
readwritenonatomicassign |
Gets the height of video.
Definition at line 20 of file ZoomVideoSDKVideoCapability.h.
|
readwritenonatomicassign |
Gets the width of video.
Definition at line 16 of file ZoomVideoSDKVideoCapability.h.