DtvKit_ATSC3.0
|
#include <atsc_core_atsc3_signaling_types.h>
Public Attributes | |
int32_t | iContentLength |
int32_t | iTransferLength |
int32_t | iVersion |
uint32_t | iToi |
char | sContentType [256] |
char | sContentEncoding [256] |
char | sContentMd5 [256] |
char | sContentLocation [256] |
struct Parameters for FDT (File Delivery over Unidirectional Transport).
int32_t sFdtParameters_t::iContentLength |
Length of the content.
uint32_t sFdtParameters_t::iToi |
Identifier for the destination node.
int32_t sFdtParameters_t::iTransferLength |
Length of the transferred content.
int32_t sFdtParameters_t::iVersion |
Version of the FDT parameters.
char sFdtParameters_t::sContentEncoding[256] |
Encoding of the content.
char sFdtParameters_t::sContentLocation[256] |
Location of the content.
char sFdtParameters_t::sContentMd5[256] |
MD5 hash of the content.
char sFdtParameters_t::sContentType[256] |
Type of the content.