|
libflute
|
An entry for a file in the FDT. More...
#include <FileDeliveryTable.h>

Public Attributes | |
| uint32_t | toi |
| std::string | content_location |
| uint32_t | content_length |
| std::string | content_md5 |
| std::string | content_type |
| uint64_t | expires |
| FecOti | fec_oti |
An entry for a file in the FDT.
Definition at line 61 of file FileDeliveryTable.h.
| uint32_t LibFlute::FileDeliveryTable::FileEntry::content_length |
Definition at line 64 of file FileDeliveryTable.h.
| std::string LibFlute::FileDeliveryTable::FileEntry::content_location |
Definition at line 63 of file FileDeliveryTable.h.
| std::string LibFlute::FileDeliveryTable::FileEntry::content_md5 |
Definition at line 65 of file FileDeliveryTable.h.
| std::string LibFlute::FileDeliveryTable::FileEntry::content_type |
Definition at line 66 of file FileDeliveryTable.h.
| uint64_t LibFlute::FileDeliveryTable::FileEntry::expires |
Definition at line 67 of file FileDeliveryTable.h.
| FecOti LibFlute::FileDeliveryTable::FileEntry::fec_oti |
Definition at line 68 of file FileDeliveryTable.h.
| uint32_t LibFlute::FileDeliveryTable::FileEntry::toi |
Definition at line 62 of file FileDeliveryTable.h.