Video SDK for iOS API 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. | |
Represents the progress details of a file transfer.
Definition at line 18 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
The speed of the file transfer in bits per second.
Definition at line 31 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
The size of the file transferred so far in bytes.
Definition at line 27 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
The ratio of the file transfer completed.
Definition at line 23 of file ZoomVideoSDKFileTranserHandle.h.