arduino-audio-tools
Loading...
Searching...
No Matches
RTSPPlatformEthernet.h
1#pragma once
2#include "Ethernet.h"
3#include "EthernetUdp.h"
4#include "RTSPPlatform.h"
5
6namespace audio_tools {
7
19
20} // namespace audio_tools
Template-based platform abstraction for RTSP networking.
Definition RTSPPlatform.h:24
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition AudioCodecsBase.h:10