From 2fa38208982e7c7bb55ae97acd13dbf82dd24e88 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 6 Aug 2005 17:43:48 +0000 Subject: Add UUID for video distribution --- include/sdp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/sdp.h b/include/sdp.h index c2846242..6aeffc19 100644 --- a/include/sdp.h +++ b/include/sdp.h @@ -139,6 +139,7 @@ extern "C" { #define UPNP_L2CAP_SVCLASS_ID 0x1302 #define VIDEO_SOURCE_SVCLASS_ID 0x1303 #define VIDEO_SINK_SVCLASS_ID 0x1304 +#define VIDEO_DISTRIBUTION_SVCLASS_ID 0x1305 /* * Standard profile descriptor identifiers; note these @@ -203,6 +204,7 @@ extern "C" { #define UPNP_L2CAP_PROFILE_ID UPNP_L2CAP_SVCLASS_ID #define VIDEO_SOURCE_PROFILE_ID VIDEO_SOURCE_SVCLASS_ID #define VIDEO_SINK_PROFILE_ID VIDEO_SINK_SVCLASS_ID +#define VIDEO_DISTRIBUTION_PROFILE_ID VIDEO_DISTRIBUTION_SVCLASS_ID /* * Attribute identifier codes -- cgit