DtvKit_ATSC3.0
|
#include <atsc_core_atsc3_signaling_types.h>
Public Attributes | |
int32_t | iServiceId |
int32_t | iVersion |
int32_t | iServiceCategory |
uint32_t | iContentLength |
uint32_t | iTransferLength |
uint32_t | iExpires |
uint32_t | iReceivedTime |
uint32_t | iTsi |
uint32_t | iToi |
char | sPath [1024] |
char | sContentLocation [256] |
char | sContentType [256] |
char | sContentMd5 [256] |
char | sAppContextIdList [256] |
char | sType [256] |
char | sJson [1024] |
struct Representing the Download file information
uint32_t sDownloadFileInfo_t::iContentLength |
Length of the content.
uint32_t sDownloadFileInfo_t::iExpires |
Expiry time of the content.
uint32_t sDownloadFileInfo_t::iReceivedTime |
Time when the content was received.
int32_t sDownloadFileInfo_t::iServiceCategory |
Category of the service.
int32_t sDownloadFileInfo_t::iServiceId |
Service ID associated with the content.
uint32_t sDownloadFileInfo_t::iToi |
Time Offset Indicator.
uint32_t sDownloadFileInfo_t::iTransferLength |
Length of transferred content.
uint32_t sDownloadFileInfo_t::iTsi |
Transport Stream ID.
int32_t sDownloadFileInfo_t::iVersion |
Version of the content.
char sDownloadFileInfo_t::sAppContextIdList[256] |
List of application context IDs.
char sDownloadFileInfo_t::sContentLocation[256] |
Location where the content can be found.
char sDownloadFileInfo_t::sContentMd5[256] |
MD5 hash of the content.
char sDownloadFileInfo_t::sContentType[256] |
Type of the content.
char sDownloadFileInfo_t::sJson[1024] |
JSON representation of additional information.
char sDownloadFileInfo_t::sPath[1024] |
Path of the downloadable file.
char sDownloadFileInfo_t::sType[256] |
Type of the file.