|
arduino-audio-tools
|
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"#include "AudioTools/AudioCodecs/AudioEncoded.h"#include "AudioTools/AudioCodecs/ContainerCommon.h"#include "AudioTools/AudioCodecs/MultiDecoder.h"#include "AudioTools/CoreAudio/AudioIO.h"#include "AudioTools/Video/MultiVideoDecoder.h"#include "AudioTools/Video/MultiVideoDemuxer.h"#include "AudioTools/Video/Video.h"Go to the source code of this file.
Classes | |
| class | VideoPlayer |
| High-level video playback pipeline and controller - the video counterpart of AudioPlayer (CoreAudio/AudioPlayer.h). Wraps every class a video playback example otherwise wires by hand (a container Demuxer, a VideoDecoder driven through a PacedVideoOutput, and optionally an audio decode chain synced against it) behind one object driven by a single copy() call per loop() iteration. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |