A single frame of a 3D (stereoscopic) picture asset.
More...
#include <stereo_picture_frame.h>
|
std::shared_ptr< ASDCP::JP2K::SFrameBuffer > | _buffer |
|
|
class | AssetReader< ASDCP::JP2K::MXFSReader, StereoPictureFrame > |
|
A single frame of a 3D (stereoscopic) picture asset.
Definition at line 71 of file stereo_picture_frame.h.
◆ StereoPictureFrame()
StereoPictureFrame::StereoPictureFrame |
( |
ASDCP::JP2K::MXFSReader * |
reader, |
|
|
int |
n, |
|
|
std::shared_ptr< DecryptionContext > |
c, |
|
|
bool |
check_hmac |
|
) |
| |
|
private |
Make a picture frame from a 3D (stereoscopic) asset.
- Parameters
-
reader | Reader for the MXF file. |
n | Frame within the asset, not taking EntryPoint into account. |
check_hmac | true to check the HMAC and give an error if it is not as expected. |
Definition at line 99 of file stereo_picture_frame.cc.
◆ xyz_image()
shared_ptr< OpenJPEGImage > StereoPictureFrame::xyz_image |
( |
Eye |
eye, |
|
|
int |
reduce = 0 |
|
) |
| const |
- Parameters
-
eye | Eye to return (EYE_LEFT or EYE_RIGHT). |
reduce | a factor by which to reduce the resolution of the image, expressed as a power of two (pass 0 for no reduction). |
Definition at line 122 of file stereo_picture_frame.cc.
The documentation for this class was generated from the following files: