Arduino DLNA Server
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tiny_dlna::DLNAMediaRendererTransportDescr Class Reference

AVTransport service descriptor (SCPD) generator. More...

#include <DLNAMediaRendererDescr.h>

Inheritance diagram for tiny_dlna::DLNAMediaRendererTransportDescr:
Inheritance graph
[legend]

Public Member Functions

size_t printDescr (Print &out) override
 

Detailed Description

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 (for example a ChunkPrint or a Null/Measure print). 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.

Member Function Documentation

◆ printDescr()

size_t tiny_dlna::DLNAMediaRendererTransportDescr::printDescr ( Print &  out)
inlineoverridevirtual

Implements tiny_dlna::DLNADescr.


The documentation for this class was generated from the following file: