| 
    OpenShot Library | libopenshot
    0.4.0
    
   | 
 
This struct holds a single field (half a frame). More...
#include <FrameMapper.h>
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 55 of file FrameMapper.h.
| int64_t openshot::Field::Frame | 
Definition at line 57 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().
| bool openshot::Field::isOdd | 
Definition at line 58 of file FrameMapper.h.
 1.8.17