|
arduino-audio-tools
|
#include "AudioTools/AudioCodecs/ContainerCommon.h"#include "AudioTools/Video/CodecVideo.h"#include "AudioTools/Concurrency/RTOS.h"Go to the source code of this file.
Classes | |
| class | VideoMuxerWithTasks |
| Feeds a Muxer (MuxerAVI, MuxerMP4, ...) from two background Tasks instead of a single loop()/copy() call - one per track, each write wrapped in a LockGuard over a shared mutex (real by default; override via setMutex()), since a Muxer is not safe to call from two threads concurrently. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |