DtvKit_ATSC3.0
|
#include <atsc_core_atsc3_signaling_types.h>
Public Attributes | |
bool | bReceived |
uint32_t | iTsi |
uint32_t | iToi |
uint32_t | iContentLength |
uint32_t | iTransferLength |
uint32_t | iReceivedLength |
uint32_t | iExpires |
uint32_t | iReceivedTime |
char | sAppContextIdList [256] |
char | sContentLocation [256] |
char | sContentType [256] |
char | sContentEncoding [256] |
char | sContentMd5 [256] |
char | sBaseUrl [256] |
char | sBaseUrl1 [256] |
char | sBaseUrl2 [256] |
struct Representing information about an Efdt file.
bool sEfdtFile_t::bReceived |
Flag indicating if content was received.
uint32_t sEfdtFile_t::iContentLength |
Length of the content.
uint32_t sEfdtFile_t::iExpires |
Expiration time of the content.
uint32_t sEfdtFile_t::iReceivedLength |
Length of the received content.
uint32_t sEfdtFile_t::iReceivedTime |
Time when content was received.
uint32_t sEfdtFile_t::iToi |
Identifier for the destination node.
uint32_t sEfdtFile_t::iTransferLength |
Length of the transferred content.
uint32_t sEfdtFile_t::iTsi |
Identifier for the source node.
char sEfdtFile_t::sAppContextIdList[256] |
List of application context IDs.
char sEfdtFile_t::sBaseUrl[256] |
Base URL for the content.
char sEfdtFile_t::sBaseUrl1[256] |
Base URL 1 for the content.
char sEfdtFile_t::sBaseUrl2[256] |
Base URL 2 for the content.
char sEfdtFile_t::sContentEncoding[256] |
Encoding of the content.
char sEfdtFile_t::sContentLocation[256] |
Location of the content.
char sEfdtFile_t::sContentMd5[256] |
MD5 hash of the content.
char sEfdtFile_t::sContentType[256] |
Type of the content.