|
| MonoMPEG2PictureFrame (uint8_t const *data, int size) |
|
| MonoMPEG2PictureFrame (MonoMPEG2PictureFrame const &)=delete |
|
MonoMPEG2PictureFrame & | operator= (MonoMPEG2PictureFrame const &)=delete |
|
uint8_t const * | data () const override |
|
uint8_t * | data () override |
|
int | size () const override |
|
void | write (boost::filesystem::path file) const |
|
void | write_via_temp (boost::filesystem::path temp, boost::filesystem::path final) const |
|
|
std::shared_ptr< ASDCP::MPEG2::FrameBuffer > | _buffer |
|
|
class | AssetReader< ASDCP::MPEG2::MXFReader, MonoMPEG2PictureFrame > |
|
Definition at line 46 of file mono_mpeg2_picture_frame.h.
◆ MonoMPEG2PictureFrame()
MonoMPEG2PictureFrame::MonoMPEG2PictureFrame |
( |
ASDCP::MPEG2::MXFReader * |
reader, |
|
|
int |
n, |
|
|
std::shared_ptr< DecryptionContext > |
context, |
|
|
bool |
check_hmac |
|
) |
| |
|
private |
Make a picture frame from a 2D (monoscopic) asset.
- Parameters
-
reader | Reader for the asset's MXF file. |
n | Frame within the asset, not taking EntryPoint into account. |
c | Context for decryption, or 0. |
check_hmac | true to check the HMAC and give an error if it is not as expected. |
Definition at line 59 of file mono_mpeg2_picture_frame.cc.
◆ data() [1/2]
uint8_t const * MonoMPEG2PictureFrame::data |
( |
| ) |
const |
|
overridevirtual |
◆ data() [2/2]
uint8_t * MonoMPEG2PictureFrame::data |
( |
| ) |
|
|
overridevirtual |
◆ size()
int MonoMPEG2PictureFrame::size |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: