Arduino DLNA Server
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
MediaRenderer.h File Reference
#include <cctype>
#include <cstring>
#include "basic/Str.h"
#include "dlna/DLNADevice.h"
#include "dlna/xml/XMLAttributeParser.h"
#include "mr_conmgr.h"
#include "mr_control.h"
#include "mr_transport.h"
Include dependency graph for MediaRenderer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tiny_dlna::MediaRenderer
 MediaRenderer DLNA Device. More...
 

Namespaces

namespace  tiny_dlna
 

Enumerations

enum class  tiny_dlna::MediaEvent {
  tiny_dlna::SET_URI , tiny_dlna::PLAY , tiny_dlna::PAUSE , tiny_dlna::STOP ,
  tiny_dlna::SET_VOLUME , tiny_dlna::SET_MUTE
}
 Events emitted by the MediaRenderer to notify the application about playback and rendering control changes. More...