Video::VideoInterface Struct Referenceabstract
Inheritance diagram for Video::VideoInterface:
Public Member Functions | |
virtual AVFrame * | dequeue_frame () noexcept=0 |
virtual void | release_frame (AVFrame *frame) noexcept=0 |
Additional Inherited Members | |
Public Attributes inherited from Video::VideoMetadata | |
double | fps {} |
bool | realTime {} |
double | flicks_per_dts {} |
double | dts_per_flicks {} |
Public Attributes inherited from Video::ImageFormat | |
int | width {} |
int | height {} |
AVPixelFormat | pixel_format = AVPixelFormat(-1) |
The documentation for this struct was generated from the following files:
- VideoInterface.hpp
- VideoDecoder.cpp