|
Video SDK for MacOS API Reference
|
Represents the progress details of a file transfer. More...
#include <ZMVideoSDKSession.h>
Inherits NSObject.
Properties | |
| unsigned int | ratio |
| The file transfer's completion ratio. | |
| unsigned long long | completeSize |
| The file's size transferred so far in bytes. | |
| unsigned int | bitPreSecond |
| The file transfer's speed in bits per second. | |
Represents the progress details of a file transfer.
Definition at line 17 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
The file transfer's speed in bits per second.
Definition at line 29 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
The file's size transferred so far in bytes.
Definition at line 25 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
The file transfer's completion ratio.
Definition at line 21 of file ZMVideoSDKSession.h.