Arduino DLNA Server
Loading...
Searching...
No Matches
src
DLNA.h
Go to the documentation of this file.
1
#pragma once
2
#include "
dlna/clients/DLNAControlPoint.h
"
3
#include "
dlna/clients/DLNAControlPointMediaRenderer.h
"
4
#include "
dlna/clients/DLNAControlPointMediaServer.h
"
5
#include "
dlna/devices/DLNADevice.h
"
6
#include "
dlna/devices/MediaRenderer/DLNAMediaRenderer.h
"
7
#include "
dlna/devices/MediaServer/DLNAMediaServer.h
"
8
#include "
dlna/udp/UDPService.h
"
9
10
#if defined(ESP32)
11
#include "
dlna/udp/UDPAsyncService.h
"
12
#endif
13
14
using namespace
tiny_dlna
;
15
16
#ifdef IS_DESKTOP
17
using
UDPAsyncService
=
UDPService<WiFiUDP>
;
18
#endif
19
DLNAControlPointMediaRenderer.h
DLNAControlPointMediaServer.h
DLNAControlPoint.h
DLNADevice.h
DLNAMediaRenderer.h
DLNAMediaServer.h
UDPAsyncService.h
UDPService.h
tiny_dlna::UDPAsyncService
Access to UDP functionality: sending and receiving of data using the Async API of the ESP32.
Definition:
UDPAsyncService.h:22
tiny_dlna::UDPService
Access to UDP functionality: sending and receiving of data.
Definition:
UDPService.h:29
tiny_dlna
Definition:
Allocator.h:13
Generated by
1.9.6