arduino-audio-tools
Loading...
Searching...
No Matches
MultiVideoDemuxerFull.h
Go to the documentation of this file.
1#pragma once
2
7
8namespace audio_tools {
9
48
49} // namespace audio_tools
AVI Container Decoder which can be fed with small chunks of data. The minimum length must be bigger t...
Definition ContainerAVI.h:281
DemuxerMP4 extracts both the audio and (H.264) video track from a general, interleaved MP4/ISO-BMFF s...
Definition ContainerMP4.h:53
MPEG-1 System (Program) Stream Demuxer, as defined by ISO/IEC 11172-1: splits the pack_header/system_...
Definition ContainerMPG.h:111
MultiVideoDemuxer pre-registered with every container format this library ships a demuxer for: Demuxe...
Definition MultiVideoDemuxerFull.h:35
DemuxerMPG mpg
Definition MultiVideoDemuxerFull.h:46
MultiVideoDemuxerFull()
Definition MultiVideoDemuxerFull.h:37
DemuxerAVI avi
Definition MultiVideoDemuxerFull.h:44
DemuxerMP4 mp4
Definition MultiVideoDemuxerFull.h:45
Manages multiple Demuxers with automatic container-format detection - the container-side counterpart ...
Definition MultiVideoDemuxer.h:52
void addDemuxer(Demuxer &demuxer)
Definition MultiVideoDemuxer.h:64
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition LMSEchoCancellationStream.h:6