OpenShot Library | libopenshot  0.3.2
Public Attributes | List of all members
openshot::MappedFrame Struct Reference

This struct holds two fields which together make up a complete video frame. More...

#include <FrameMapper.h>

Collaboration diagram for openshot::MappedFrame:
[legend]

Public Attributes

Field Even
 
Field Odd
 
SampleRange Samples
 

Detailed Description

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 172 of file FrameMapper.h.

Member Data Documentation

◆ Even

Field openshot::MappedFrame::Even

◆ Odd

Field openshot::MappedFrame::Odd

◆ Samples

SampleRange openshot::MappedFrame::Samples

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