Video SDK for iOS API Reference
|
Video statistic information. More...
#include <ZoomVideoSDKUser.h>
Inherits NSObject.
Properties | |
NSInteger | width |
frame width | |
NSInteger | height |
frame height | |
NSInteger | fps |
frame per second | |
NSInteger | bps |
bits per second | |
ZoomVideoSDKNetworkStatus | videoNetworkStatus |
Get video network status. | |
Video statistic information.
Definition at line 19 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
bits per second
Definition at line 35 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
frame per second
Definition at line 31 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
frame height
Definition at line 27 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Get video network status.
Definition at line 39 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
frame width
Definition at line 23 of file ZoomVideoSDKUser.h.