Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKFileTransferProgress.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
7 public int ratio;
11 public int completeSize;
15 public int bitPerSecond;
16}
int bitPerSecond
The speed of the file transfer in bits per second.
int completeSize
The size of the file transferred so far in bytes.
int ratio
The ratio of the file transfer completed.