Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKVideoStatisticInfo Class 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.
 

Detailed Description

Video statistic information interface.

Definition at line 50 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ bpf

- (int) bpf
readnonatomicassign

Get video Bpf.

Definition at line 70 of file ZMVideoSDKUserHelper.h.

◆ fps

- (int) fps
readnonatomicassign

Get video fps.

Definition at line 65 of file ZMVideoSDKUserHelper.h.

◆ height

- (int) height
readnonatomicassign

Get the height of video data size.

Definition at line 60 of file ZMVideoSDKUserHelper.h.

◆ videoNetworkStatus

- (ZMVideoSDKNetworkStatus) videoNetworkStatus
readnonatomicassign

Get video network status.

Definition at line 75 of file ZMVideoSDKUserHelper.h.

◆ width

- (int) width
readnonatomicassign

Get the width of video data size.

Definition at line 55 of file ZMVideoSDKUserHelper.h.