Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKFileTransferProgress Class Reference

#include <ZoomVideoSDKFileTranserHandle.h>

Inherits NSObject.

Properties

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

Detailed Description

Definition at line 13 of file ZoomVideoSDKFileTranserHandle.h.

Property Documentation

◆ bitPerSecond

- (NSUInteger) bitPerSecond
readwritenonatomicassign

The size of the file transferred so far in bytes.

Definition at line 16 of file ZoomVideoSDKFileTranserHandle.h.

◆ completeSize

- (NSUInteger) completeSize
readwritenonatomicassign

The ratio of the file transfer completed.

Definition at line 15 of file ZoomVideoSDKFileTranserHandle.h.

◆ ratio

- (NSUInteger) ratio
readwritenonatomicassign

Definition at line 14 of file ZoomVideoSDKFileTranserHandle.h.