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 file transfer's completion ratio.
 
unsigned long long completeSize
 The file's size transferred so far in bytes.
 
unsigned int bitPreSecond
 The file transfer's speed 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 file transfer's speed in bits per second.

Definition at line 29 of file ZMVideoSDKSession.h.

◆ completeSize

- (unsigned long long) completeSize
readnonatomicassign

The file's size transferred so far in bytes.

Definition at line 25 of file ZMVideoSDKSession.h.

◆ ratio

- (unsigned int) ratio
readnonatomicassign

The file transfer's completion ratio.

Definition at line 21 of file ZMVideoSDKSession.h.