diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-01-04 00:04:30 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-01-04 00:04:30 +0000 |
commit | 42e0ce5b430ac5e36c0d21bdddcaf1fe83e025f5 (patch) | |
tree | 18d58ae4defced6940322f284583ad2a6ef1e0ec /include/sdp.h | |
parent | 197a2aee34d9a1643cd474f8f167552ca6395d01 (diff) |
Add definitions for Apple Agent
Diffstat (limited to 'include/sdp.h')
-rw-r--r-- | include/sdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sdp.h b/include/sdp.h index c0e468d3..7ff74979 100644 --- a/include/sdp.h +++ b/include/sdp.h @@ -137,6 +137,7 @@ extern "C" { #define VIDEO_SOURCE_SVCLASS_ID 0x1303 #define VIDEO_SINK_SVCLASS_ID 0x1304 #define VIDEO_DISTRIBUTION_SVCLASS_ID 0x1305 +#define APPLE_AGENT_SVCLASS_ID 0x2112 /* * Standard profile descriptor identifiers; note these @@ -204,6 +205,7 @@ extern "C" { #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 +#define APPLE_AGENT_PROFILE_ID APPLE_AGENT_SVCLASS_ID /* * Attribute identifier codes |