Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2011-04-09 05:37:11 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-04-09 05:37:11 +0400
commitbcdeea30be91cdc5a1d0b684d05cbbf5b5fc0c50 (patch)
tree800ec59db77f13b999d411136fb40758f6c16d1f /upnphttp.h
parent5d2bf0e0c483da0f72492442e0baf7f83c42dba9 (diff)
* Add the ability to parse the root description of clients after they send an SSDP NOTIFY.
* Using this new capability, detect Roku SoundBridge clients.
Diffstat (limited to 'upnphttp.h')
-rw-r--r--upnphttp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/upnphttp.h b/upnphttp.h
index 75436cc..91df730 100644
--- a/upnphttp.h
+++ b/upnphttp.h
@@ -110,6 +110,7 @@ struct upnphttp {
#define FLAG_MIME_FLAC_FLAC 0x00800000
#define FLAG_NO_RESIZE 0x01000000
#define FLAG_MS_PFS 0x02000000 // Microsoft PlaysForSure client
+#define FLAG_AUDIO_ONLY 0x04000000
/* New_upnphttp() */
struct upnphttp *
@@ -156,6 +157,9 @@ Send501(struct upnphttp *);
void
SendResp_upnphttp(struct upnphttp *);
+int
+SearchClientCache(struct in_addr addr, int quiet);
+
void
SendResp_icon(struct upnphttp *, char * url);
void