Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKShareStatisticInfo Class Reference

Share statistic infomation interface. More...

#include <ZMVideoSDKUserHelper.h>

Inherits NSObject.

Properties

int width
 Gets the width of share data size.
 
int height
 Gets the height of share data size.
 
int fps
 Gets share fps.
 
int bpf
 Gets share Bpf.
 
ZMVideoSDKNetworkStatus shareNetworkStatus
 Gets share network status.
 

Detailed Description

Share statistic infomation interface.

Definition at line 88 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ bpf

- (int) bpf
readnonatomicassign

Gets share Bpf.

Definition at line 108 of file ZMVideoSDKUserHelper.h.

◆ fps

- (int) fps
readnonatomicassign

Gets share fps.

Definition at line 103 of file ZMVideoSDKUserHelper.h.

◆ height

- (int) height
readnonatomicassign

Gets the height of share data size.

Definition at line 98 of file ZMVideoSDKUserHelper.h.

◆ shareNetworkStatus

- (ZMVideoSDKNetworkStatus) shareNetworkStatus
readnonatomicassign

Gets share network status.

Definition at line 113 of file ZMVideoSDKUserHelper.h.

◆ width

- (int) width
readnonatomicassign

Gets the width of share data size.

Definition at line 93 of file ZMVideoSDKUserHelper.h.