libflute
Public Attributes | List of all members
LibFlute::FileDeliveryTable::FileEntry Struct Reference

An entry for a file in the FDT. More...

#include <FileDeliveryTable.h>

Collaboration diagram for LibFlute::FileDeliveryTable::FileEntry:
Collaboration graph
[legend]

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
 

Detailed Description

An entry for a file in the FDT.

Definition at line 61 of file FileDeliveryTable.h.

Member Data Documentation

◆ content_length

uint32_t LibFlute::FileDeliveryTable::FileEntry::content_length

Definition at line 64 of file FileDeliveryTable.h.

◆ content_location

std::string LibFlute::FileDeliveryTable::FileEntry::content_location

Definition at line 63 of file FileDeliveryTable.h.

◆ content_md5

std::string LibFlute::FileDeliveryTable::FileEntry::content_md5

Definition at line 65 of file FileDeliveryTable.h.

◆ content_type

std::string LibFlute::FileDeliveryTable::FileEntry::content_type

Definition at line 66 of file FileDeliveryTable.h.

◆ expires

uint64_t LibFlute::FileDeliveryTable::FileEntry::expires

Definition at line 67 of file FileDeliveryTable.h.

◆ fec_oti

FecOti LibFlute::FileDeliveryTable::FileEntry::fec_oti

Definition at line 68 of file FileDeliveryTable.h.

◆ toi

uint32_t LibFlute::FileDeliveryTable::FileEntry::toi

Definition at line 62 of file FileDeliveryTable.h.


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