arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
Communication
RTSP
RTSPClientEthernet.h
1
#pragma once
2
#include "Ethernet.h"
3
#include "EthernetUdp.h"
4
#include "RTSPClient.h"
5
6
namespace
audio_tools
{
7
27
using
RTSPClientEthernet
=
RTSPClient<EthernetClient, EthernetUDP>
;
28
29
}
// namespace audio_tools
audio_tools::RTSPClient
Efficient RTSP client for UDP/RTP audio with decoder pipeline.
Definition
RTSPClient.h:39
audio_tools
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition
AudioCodecsBase.h:10
Generated by
1.9.8