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 50 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get video Bpf.
Definition at line 70 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get video fps.
Definition at line 65 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get the height of video data size.
Definition at line 60 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get video network status.
Definition at line 75 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get the width of video data size.
Definition at line 55 of file ZMVideoSDKUserHelper.h.