Arduino DLNA Server
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
h
i
l
m
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Related Functions
Files
File List
File Members
All
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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