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

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

#include <DLNAMediaRendererDescr.h>

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

Public Member Functions

size_t printDescr (Print &out) override
 

Detailed Description

RenderingControl service descriptor (SCPD) generator.

This class implements the DLNA RenderingControl service description. Use printDescr(Print& out) to emit the SCPD XML to any Print-backed output. The method returns the number of bytes written so callers can measure content-length when streaming HTTP responses without buffering. The class does not keep runtime state and may be constructed per-call.

Member Function Documentation

◆ printDescr()

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

Implements tiny_dlna::DLNADescr.


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