arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
Communication
RTSP
RTSPPlatformWiFi.h
1
#pragma once
2
#include "WiFi.h"
3
#include "RTSPPlatform.h"
4
5
namespace
audio_tools
{
6
16
using
RTSPPlatformWiFi
=
RTSPPlatform<WiFiServer, WiFiClient, WiFiUDP>
;
17
18
}
// 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