18#ifndef _CONMAN_H_X_INCLUDED_
19#define _CONMAN_H_X_INCLUDED_
21#include "libupnpp/control/typedservice.hxx"
22#include "libupnpp/upnpavutils.hxx"
26class ConnectionManager;
27typedef std::shared_ptr<ConnectionManager> CNMH;
35 int getProtocolInfo(std::vector<UPnPP::ProtocolinfoEntry>& sourceEntries,
36 std::vector<UPnPP::ProtocolinfoEntry>& sinkEntries);
38 static bool isConManService(
const std::string& st);
39 bool serviceTypeMatch(
const std::string& tp)
override;
Access an UPnP service actions through a string based interface.
Definition typedservice.hxx:40
UPnP Description phase: interpreting the device description which we downloaded from the URL obtained...
Definition avlastchg.cxx:28