arduino-audio-tools
Public Member Functions | List of all members
VideoOutput Class Referenceabstract

Abstract class for video playback. This class is used to assemble a complete video frame in memory. More...

#include <Video.h>

Inheritance diagram for VideoOutput:
JpegOpenCV JpegTFT

Public Member Functions

virtual void beginFrame (size_t size)=0
 
virtual uint32_t endFrame ()=0
 
virtual size_t write (const uint8_t *data, size_t byteCount)=0
 

Detailed Description

Abstract class for video playback. This class is used to assemble a complete video frame in memory.

Author
Phil Schatzmann

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