|
OpenShot Library | libopenshot 0.2.7
|
This struct holds a single field (half a frame). More...
#include <FrameMapper.h>
Public Member Functions | |
| Field () | |
| Field (int64_t frame, bool isodd) | |
Public Attributes | |
| int64_t | Frame |
| bool | isOdd |
This struct holds a single field (half a frame).
A frame of video is made up of 2 fields (half a frame). This struct points to which original frame, and whether this is the ODD or EVEN lines (i.e. top or bottom).
Definition at line 72 of file FrameMapper.h.
|
inline |
Definition at line 77 of file FrameMapper.h.
|
inline |
Definition at line 79 of file FrameMapper.h.
| int64_t openshot::Field::Frame |
Definition at line 74 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().
| bool openshot::Field::isOdd |
Definition at line 75 of file FrameMapper.h.
Referenced by Field().