OpenShot Library | libopenshot
0.3.0
|
This struct holds a the range of samples needed by this frame. More...
#include <FrameMapper.h>
Public Attributes | |
int64_t | frame_end |
int64_t | frame_start |
int | sample_end |
int | sample_start |
int | total |
This struct holds a the range of samples needed by this frame.
When frame rate is changed, the audio needs to be redistributed among the remaining frames. This struct holds the range samples needed by the this frame.
Definition at line 74 of file FrameMapper.h.
int64_t openshot::SampleRange::frame_end |
Definition at line 79 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().
int64_t openshot::SampleRange::frame_start |
Definition at line 76 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().
int openshot::SampleRange::sample_end |
Definition at line 80 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().
int openshot::SampleRange::sample_start |
Definition at line 77 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), openshot::FrameMapper::GetMappedFrame(), and openshot::FrameMapper::PrintMapping().
int openshot::SampleRange::total |
Definition at line 82 of file FrameMapper.h.
Referenced by openshot::FrameMapper::GetFrame(), and openshot::FrameMapper::GetMappedFrame().