mcloud
1.0.0
MCloud API library for cmcc cloud service
|
DownloadBufferCb is a download request object which consists of a content id and writing callback function allows content data can be received in buffering via call back function. More...
#include <downloadtask.h>
Public Attributes | |
std::string | content_id |
Task::Buffer_Callback | write_cb |
DownloadBufferCb is a download request object which consists of a content id and writing callback function allows content data can be received in buffering via call back function.
Definition at line 36 of file downloadtask.h.
std::string mcloud::api::DownloadBufferCb::content_id |
Definition at line 38 of file downloadtask.h.
Task::Buffer_Callback mcloud::api::DownloadBufferCb::write_cb |
Definition at line 39 of file downloadtask.h.