35 #ifndef LIBDCP_FRAME_INFO_H
36 #define LIBDCP_FRAME_INFO_H
40 LIBDCP_DISABLE_WARNINGS
41 #include <asdcp/AS_DCP.h>
42 LIBDCP_ENABLE_WARNINGS
57 FrameInfo(uint64_t o, uint64_t s, std::string h)
73 J2KFrameInfo(uint64_t offset_, uint64_t size_, std::string hash_)
87 ASDCP::MPEG2::FrameType_t type_,
90 uint8_t temporal_offset_
94 , gop_start(gop_start_)
95 , closed_gop(closed_gop_)
96 , temporal_offset(temporal_offset_)
99 ASDCP::MPEG2::FrameType_t type;
102 uint8_t temporal_offset;
Namespace for everything in libdcp.
Information about a single frame (either a monoscopic frame or a left or right eye stereoscopic frame...