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
 Gets the ratio of the file transfer completed.
 
NSUInteger completeSize
 Gets the size of the file transferred so far in bytes.
 
NSUInteger bitPerSecond
 Gets the speed of the file transfer in bits per second.
 

Detailed Description

Represents the progress details of a file transfer.

Definition at line 15 of file ZoomVideoSDKFileTranserHandle.h.

Property Documentation

◆ bitPerSecond

- (NSUInteger) bitPerSecond
readwritenonatomicassign

Gets the speed of the file transfer in bits per second.

Definition at line 28 of file ZoomVideoSDKFileTranserHandle.h.

◆ completeSize

- (NSUInteger) completeSize
readwritenonatomicassign

Gets the size of the file transferred so far in bytes.

Definition at line 24 of file ZoomVideoSDKFileTranserHandle.h.

◆ ratio

- (NSUInteger) ratio
readwritenonatomicassign

Gets the ratio of the file transfer completed.

Definition at line 20 of file ZoomVideoSDKFileTranserHandle.h.