|
Video SDK for iOS API Reference
|
Video statistic information. More...
#include <ZoomVideoSDKUser.h>
Inherits NSObject.
Properties | |
| NSInteger | width |
| Gets the frame width. | |
| NSInteger | height |
| Gets the frame height. | |
| NSInteger | fps |
| Gets the frame per second. | |
| NSInteger | bps |
| Gets the bits per second. | |
| ZoomVideoSDKNetworkStatus | videoNetworkStatus |
| Gets the video network status. | |
Video statistic information.
Definition at line 16 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Gets the bits per second.
Definition at line 32 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Gets the frame per second.
Definition at line 28 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Gets the frame height.
Definition at line 24 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Gets the video network status.
Definition at line 36 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Gets the frame width.
Definition at line 20 of file ZoomVideoSDKUser.h.