Arduino DLNA Server
src
DLNA.h
Go to the documentation of this file.
1
#pragma once
2
#include "
dlna/DLNAControlPointMgr.h
"
3
#include "
dlna/DLNADeviceMgr.h
"
4
#include "
dlna/devices/MediaRenderer/MediaRenderer.h
"
5
#include "
dlna/udp/UDPService.h
"
6
#ifndef IS_DESKTOP
7
# include "
dlna/udp/UDPAsyncService.h
"
8
#endif
9
10
using namespace
tiny_dlna
;
11
12
#ifdef IS_DESKTOP
13
using
UDPAsyncService
=
UDPService
;
14
#endif
DLNAControlPointMgr.h
DLNADeviceMgr.h
MediaRenderer.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:18
tiny_dlna::UDPService
Access to UDP functionality: sending and receiving of data It seems that the UDP receive is not worki...
Definition:
UDPService.h:16
tiny_dlna
Definition:
Allocator.h:6
Generated by
1.9.1