arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
Communication
RTSP
RTSPPlatformEthernet.h
1
#pragma once
2
#include "Ethernet.h"
3
#include "EthernetUdp.h"
4
#include "RTSPPlatform.h"
5
6
namespace
audio_tools
{
7
18
using
RTSPPlatformEthernet
=
RTSPPlatform<EthernetServer, EthernetClient, EthernetUDP>
;
19
20
}
// namespace audio_tools
audio_tools::RTSPPlatform
Template-based platform abstraction for RTSP networking.
Definition
RTSPPlatform.h:24
audio_tools
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition
AudioCodecsBase.h:10
Generated by
1.9.8