|
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 15 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
The speed of the file transfer in bits per second.
Definition at line 28 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
The size of the file transferred so far in bytes.
Definition at line 24 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
The ratio of the file transfer completed.
Definition at line 20 of file ZoomVideoSDKFileTranserHandle.h.