|
OpenShot Library | libopenshot 0.2.7
|
This struct holds two fields which together make up a complete video frame. More...
#include <FrameMapper.h>
Public Attributes | |
| Field | Even |
| Field | Odd |
| SampleRange | Samples |
This struct holds two fields which together make up a complete video frame.
These fields can point at different original frame numbers, for example the odd lines from frame 3, and the even lines of frame 4, if required by a pull-down technique.
Definition at line 109 of file FrameMapper.h.
| Field openshot::MappedFrame::Even |
Definition at line 112 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().
| Field openshot::MappedFrame::Odd |
Definition at line 111 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().
| SampleRange openshot::MappedFrame::Samples |
Definition at line 113 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().