DtvKit_ATSC3.0
|
#include <atsc_core_atsc3_route_dashbuflist.h>
Public Attributes | |
int32_t | iType |
uint32_t | iTsi |
uint32_t | iToi |
uint32_t | iSize |
uint32_t | iLength |
FILE * | pFile |
char | sTmpPath [256] |
char | sFileName [256] |
char | sPath [270] |
char | sFolder [256] |
char | sContentType [256] |
char | sContentEncoding [256] |
timespec | stTime |
struct Properties for Session File.
uint32_t sSessionFileProperties_t::iLength |
Received Offset
uint32_t sSessionFileProperties_t::iSize |
Size of Data
uint32_t sSessionFileProperties_t::iToi |
Identifier associated with the file
uint32_t sSessionFileProperties_t::iTsi |
Session ID associated with the file.
int32_t sSessionFileProperties_t::iType |
Type of content
FILE* sSessionFileProperties_t::pFile |
File pointer.
char sSessionFileProperties_t::sContentEncoding[256] |
Content encoding.
char sSessionFileProperties_t::sContentType[256] |
Content type.
char sSessionFileProperties_t::sFileName[256] |
Filename
char sSessionFileProperties_t::sFolder[256] |
Folder where the file is stored
char sSessionFileProperties_t::sPath[270] |
Full path of the file.
char sSessionFileProperties_t::sTmpPath[256] |
Temporary file path
timespec sSessionFileProperties_t::stTime |
Time at which the file was created.