Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKFileTransferProgress Class Reference

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

#include <ZoomVideoSDKFileTranserHandle.h>

Inherits NSObject.

Properties

NSUInteger ratio
 The ratio of the file transfer completed.
 
NSUInteger completeSize
 The size of the file transferred so far in bytes.
 
NSUInteger bitPerSecond
 The speed of the file transfer in bits per second.
 

Detailed Description

Represents the progress details of a file transfer.

Definition at line 18 of file ZoomVideoSDKFileTranserHandle.h.

Property Documentation

◆ bitPerSecond

- (NSUInteger) bitPerSecond
readwritenonatomicassign

The speed of the file transfer in bits per second.

Definition at line 31 of file ZoomVideoSDKFileTranserHandle.h.

◆ completeSize

- (NSUInteger) completeSize
readwritenonatomicassign

The size of the file transferred so far in bytes.

Definition at line 27 of file ZoomVideoSDKFileTranserHandle.h.

◆ ratio

- (NSUInteger) ratio
readwritenonatomicassign

The ratio of the file transfer completed.

Definition at line 23 of file ZoomVideoSDKFileTranserHandle.h.