DtvKit_ATSC3.0
|
#include <atsc_core_atsc3_mmt_mpubuflist.h>
Public Attributes | |
int32_t | iSize |
int32_t | iLength |
int32_t | iMpuSize |
int32_t | iFragmentSize |
int32_t | iMediaType |
uint32_t | iPacketId |
uint32_t | iSeq |
uint32_t | iMpuTimestampSec |
uint32_t | iMpuTimestampFrac |
FILE * | pFile |
FLOAT_64 | dDuration |
char | sFolderPath [256] |
char | sTmpPath [256] |
char | sFiiLename [256] |
char | sPath [256] |
char | sMpuBuf [1024 *50] |
char | sFragmentBuf [1024 *50] |
struct Details of MPU buffer and properties.
FLOAT_64 sMpuProperties_t::dDuration |
Duration.
int32_t sMpuProperties_t::iFragmentSize |
Size of fragment buffer.
int32_t sMpuProperties_t::iLength |
Length of the buffer.
int32_t sMpuProperties_t::iMediaType |
Media type.
int32_t sMpuProperties_t::iMpuSize |
Size of MPU buffer.
uint32_t sMpuProperties_t::iMpuTimestampFrac |
Timestamp fraction.
uint32_t sMpuProperties_t::iMpuTimestampSec |
Timestamp seconds.
uint32_t sMpuProperties_t::iPacketId |
Packet ID.
uint32_t sMpuProperties_t::iSeq |
Sequence number.
int32_t sMpuProperties_t::iSize |
Size of the buffer.
FILE* sMpuProperties_t::pFile |
Pointer to file.
char sMpuProperties_t::sFiiLename[256] |
Filename.
char sMpuProperties_t::sFolderPath[256] |
Folder path.
char sMpuProperties_t::sFragmentBuf[1024 *50] |
Fragment buffer.
char sMpuProperties_t::sMpuBuf[1024 *50] |
MPU buffer.
char sMpuProperties_t::sPath[256] |
Path.
char sMpuProperties_t::sTmpPath[256] |
Temporary path.