arduino-audio-tools
Loading...
Searching...
No Matches
MultiVideoDemuxerFull.h
Go to the documentation of this file.
1#pragma once
2
8
9namespace audio_tools {
10
53
54} // 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:71
MPEG-1 System (Program) Stream Demuxer, as defined by ISO/IEC 11172-1: splits the pack_header/system_...
Definition ContainerMPG.h:111
ISO/IEC 13818-1 MPEG Transport Stream Demuxer: parses the fixed 188-byte TS packet framing,...
Definition ContainerMTS.h:234
MultiVideoDemuxer pre-registered with every container format this library ships a demuxer for: Demuxe...
Definition MultiVideoDemuxerFull.h:38
DemuxerMPG mpg
Definition MultiVideoDemuxerFull.h:50
DemuxerMTS mts
Definition MultiVideoDemuxerFull.h:51
MultiVideoDemuxerFull()
Definition MultiVideoDemuxerFull.h:40
DemuxerAVI avi
Definition MultiVideoDemuxerFull.h:48
DemuxerMP4 mp4
Definition MultiVideoDemuxerFull.h:49
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