arduino-audio-tools
Loading...
Searching...
No Matches
MultiVideoDecoderFull.h
Go to the documentation of this file.
1#pragma once
2
7
8namespace audio_tools {
9
48
49} // namespace audio_tools
H.264 video decoder: wraps TinyH264Decoder (https://github.com/pschatzmann/TinyH264) as a VideoOutput...
Definition CodecH264.h:58
Motion-JPEG video decoder: wraps TinyJPEGDecoder (https://github.com/pschatzmann/TinyJPEG,...
Definition CodecJPEG.h:53
MPEG-1 (part 2) video decoder wrapper around TinyMPGDecoder.
Definition CodecMPG.h:48
MultiVideoDecoder pre-registered with every video codec this library ships a portable (no hardware-sp...
Definition MultiVideoDecoderFull.h:35
MPGDecoder mpeg1
Definition MultiVideoDecoderFull.h:45
MultiVideoDecoderFull()
Definition MultiVideoDecoderFull.h:37
H264Decoder h264
Definition MultiVideoDecoderFull.h:46
MJPEGDecoder mjpeg
Definition MultiVideoDecoderFull.h:44
Manages multiple VideoDecoders with automatic format detection - the video-side counterpart of MultiD...
Definition MultiVideoDecoder.h:59
void addDecoder(VideoDecoder &decoder)
Definition MultiVideoDecoder.h:74
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition LMSEchoCancellationStream.h:6