Add UUID for video distribution

This commit is contained in:
Marcel Holtmann 2005-08-06 17:43:48 +00:00
parent 21afc09548
commit 2fa3820898
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -192,6 +192,7 @@ static struct tupla ServiceClass[] = {
{ UPNP_L2CAP_SVCLASS_ID, "UPnP L2CAP" },
{ VIDEO_SOURCE_SVCLASS_ID, "Video Source" },
{ VIDEO_SINK_SVCLASS_ID, "Video Sink" },
{ VIDEO_DISTRIBUTION_SVCLASS_ID, "Video Distribution" },
{ 0 }
};