arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
VideoInfoSource Class Referenceabstract

Provider of VideoInfo (width/height/fps/format) for whoever needs to size buffers/panel setup against it - e.g. a Demuxer (already parsed from the container's own metadata) handed to VideoOutput:: setVideoInfoSource(). More...

#include <VideoOutput.h>

Inheritance diagram for VideoInfoSource:
Demuxer H264Decoder H264DecoderESP32S3< Alloc > MJPEGDecoder MPGDecoder MultiVideoDecoder DemuxerAVI DemuxerMP4 DemuxerMPG MultiVideoDemuxer MultiVideoDecoderFull MultiVideoDemuxerFull

Public Member Functions

virtual VideoInfo videoInfo ()=0
 

Detailed Description

Provider of VideoInfo (width/height/fps/format) for whoever needs to size buffers/panel setup against it - e.g. a Demuxer (already parsed from the container's own metadata) handed to VideoOutput:: setVideoInfoSource().

Member Function Documentation

◆ videoInfo()

virtual VideoInfo videoInfo ( )
pure virtual

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