Unity Video SDK API Reference Documentation
Loading...
Searching...
No Matches
ZMVideoSDKVideoStatisticInfo Struct Reference

Data Fields

int width
 
int height
 
int fps
 
int bpf
 
ZMVideoSDKNetworkStatus videoNetworkStatus
 

Detailed Description

Definition at line 152 of file ZMVideoSDKStructs.cs.

Field Documentation

◆ bpf

int ZMVideoSDKVideoStatisticInfo.bpf

Definition at line 157 of file ZMVideoSDKStructs.cs.

◆ fps

int ZMVideoSDKVideoStatisticInfo.fps

Definition at line 156 of file ZMVideoSDKStructs.cs.

◆ height

int ZMVideoSDKVideoStatisticInfo.height

Definition at line 155 of file ZMVideoSDKStructs.cs.

◆ videoNetworkStatus

ZMVideoSDKNetworkStatus ZMVideoSDKVideoStatisticInfo.videoNetworkStatus

Definition at line 158 of file ZMVideoSDKStructs.cs.

◆ width

int ZMVideoSDKVideoStatisticInfo.width

Definition at line 154 of file ZMVideoSDKStructs.cs.