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
 Get the width of share data size.
 
int height
 Get the height of share data size.
 
int fps
 Get share fps.
 
int bpf
 Get share Bpf.
 
ZMVideoSDKNetworkStatus shareNetworkStatus
 Get share network status.
 

Detailed Description

Share statistic infomation interface.

Definition at line 81 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ bpf

- (int) bpf
readnonatomicassign

Get share Bpf.

Definition at line 101 of file ZMVideoSDKUserHelper.h.

◆ fps

- (int) fps
readnonatomicassign

Get share fps.

Definition at line 96 of file ZMVideoSDKUserHelper.h.

◆ height

- (int) height
readnonatomicassign

Get the height of share data size.

Definition at line 91 of file ZMVideoSDKUserHelper.h.

◆ shareNetworkStatus

- (ZMVideoSDKNetworkStatus) shareNetworkStatus
readnonatomicassign

Get share network status.

Definition at line 106 of file ZMVideoSDKUserHelper.h.

◆ width

- (int) width
readnonatomicassign

Get the width of share data size.

Definition at line 86 of file ZMVideoSDKUserHelper.h.