mcloud  1.0.0
MCloud API library for cmcc cloud service
mcloud::api::DownloadBufferCb Struct Reference

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>

+ Collaboration diagram for mcloud::api::DownloadBufferCb:

Public Attributes

std::string content_id
 
Task::Buffer_Callback write_cb
 

Detailed Description

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.

Member Data Documentation

§ content_id

std::string mcloud::api::DownloadBufferCb::content_id

Definition at line 38 of file downloadtask.h.

§ write_cb

Task::Buffer_Callback mcloud::api::DownloadBufferCb::write_cb

Definition at line 39 of file downloadtask.h.


The documentation for this struct was generated from the following file: