| 
    Arduino DLNA Server
    
   | 
 
ContentDirectory SCPD descriptor for MediaServer. More...
#include <DLNAMediaServerDescr.h>

Public Member Functions | |
| size_t | printDescr (Print &out) override | 
| Emit ContentDirectory SCPD XML.   | |
ContentDirectory SCPD descriptor for MediaServer.
DLNAMediaServerContentDirectoryDescr generates the ContentDirectory service SCPD XML. Use printDescr(Print& out) to write the XML to any Print-backed output. The method returns the number of bytes written, enabling callers to measure output size for streaming HTTP responses.
The class does not store runtime state and is safe to create per-call.
      
  | 
  inlineoverridevirtual | 
Emit ContentDirectory SCPD XML.
| out | Print target to write XML to | 
The returned byte count can be used to compute a Content-Length header before streaming the response.
Implements tiny_dlna::DLNADescr.