|
Video SDK for MacOS API Reference
|
Video statistic information interface. More...
#include <ZMVideoSDKUserHelper.h>
Inherits NSObject.
Properties | |
| int | width |
| Get the width of video data size. | |
| int | height |
| Get the height of video data size. | |
| int | fps |
| Get video fps. | |
| int | bpf |
| Get video Bpf. | |
| ZMVideoSDKNetworkStatus | videoNetworkStatus |
| Get video network status. | |
Video statistic information interface.
Definition at line 56 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get video Bpf.
Definition at line 76 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get video fps.
Definition at line 71 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get the height of video data size.
Definition at line 66 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get video network status.
Definition at line 81 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get the width of video data size.
Definition at line 61 of file ZMVideoSDKUserHelper.h.