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

Represents the progress details of a file transfer. More...

#include <ZMVideoSDKSession.h>

Inherits NSObject.

Properties

unsigned int ratio
 The ratio of the file transfer completed.
 
unsigned long long completeSize
 The size of the file transferred so far in bytes.
 
unsigned int bitPreSecond
 The speed of the file transfer in bits per second.
 

Detailed Description

Represents the progress details of a file transfer.

Definition at line 17 of file ZMVideoSDKSession.h.

Property Documentation

◆ bitPreSecond

- (unsigned int) bitPreSecond
readnonatomicassign

The speed of the file transfer in bits per second.

Definition at line 29 of file ZMVideoSDKSession.h.

◆ completeSize

- (unsigned long long) completeSize
readnonatomicassign

The size of the file transferred so far in bytes.

Definition at line 25 of file ZMVideoSDKSession.h.

◆ ratio

- (unsigned int) ratio
readnonatomicassign

The ratio of the file transfer completed.

Definition at line 21 of file ZMVideoSDKSession.h.