aves/lib/ref/upnp.dart
Thibault Deckers 902ceca268 upnp2 test
2023-10-27 18:18:58 +03:00

5 lines
260 B
Dart

class Upnp {
static const String ssdpQueryAll = 'ssdp:all';
static const String upnpServiceTypeAVTransport = 'urn:schemas-upnp-org:service:AVTransport:1';
static const String upnpDeviceTypeMediaRenderer = 'urn:schemas-upnp-org:device:MediaRenderer:1';
}