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
 Gets the width of video data size.
 
int height
 Gets the height of video data size.
 
int fps
 Gets video fps.
 
int bpf
 Gets video Bpf.
 
ZMVideoSDKNetworkStatus videoNetworkStatus
 Gets video network status.
 

Detailed Description

Video statistic information interface.

Definition at line 56 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ bpf

- (int) bpf
readnonatomicassign

Gets video Bpf.

Definition at line 76 of file ZMVideoSDKUserHelper.h.

◆ fps

- (int) fps
readnonatomicassign

Gets video fps.

Definition at line 71 of file ZMVideoSDKUserHelper.h.

◆ height

- (int) height
readnonatomicassign

Gets the height of video data size.

Definition at line 66 of file ZMVideoSDKUserHelper.h.

◆ videoNetworkStatus

- (ZMVideoSDKNetworkStatus) videoNetworkStatus
readnonatomicassign

Gets video network status.

Definition at line 81 of file ZMVideoSDKUserHelper.h.

◆ width

- (int) width
readnonatomicassign

Gets the width of video data size.

Definition at line 61 of file ZMVideoSDKUserHelper.h.