5 lines
260 B
Dart
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';
|
|
}
|