OpenShot Library | libopenshot  0.3.3
Public Attributes | List of all members
openshot::Field Struct Reference

This struct holds a single field (half a frame). More...

#include <FrameMapper.h>

Public Attributes

int64_t Frame
 
bool isOdd
 

Detailed Description

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.

Member Data Documentation

◆ Frame

int64_t openshot::Field::Frame

◆ isOdd

bool openshot::Field::isOdd

Definition at line 58 of file FrameMapper.h.


The documentation for this struct was generated from the following file: