|
Arduino DLNA Server
|
AVTransport service descriptor (SCPD) generator. More...
#include <DLNAMediaRendererDescr.h>

Public Member Functions | |
| size_t | printDescr (Print &out) override |
AVTransport service descriptor (SCPD) generator.
This class implements the DLNA AVTransport service description printer. It produces the service SCPD XML by writing into any Arduino-style Print implementation. The primary method is printDescr(Print& out) which emits the XML and returns the number of bytes written. The implementation is stateless and safe to construct on-demand where needed.
|
inlineoverridevirtual |
Implements tiny_dlna::DLNADescr.