libdcp
|
Public Member Functions | |
MPEG2FrameInfo (uint64_t offset_, uint64_t size_, std::string hash_, ASDCP::MPEG2::FrameType_t type_, bool gop_start_, bool closed_gop_, uint8_t temporal_offset_) | |
Public Member Functions inherited from dcp::FrameInfo | |
FrameInfo (uint64_t o, uint64_t s, std::string h) | |
Public Attributes | |
ASDCP::MPEG2::FrameType_t | type |
bool | gop_start |
bool | closed_gop |
uint8_t | temporal_offset |
Public Attributes inherited from dcp::FrameInfo | |
uint64_t | offset = 0 |
uint64_t | size = 0 |
std::string | hash |
Definition at line 79 of file frame_info.h.