summaryrefslogtreecommitdiff
path: root/libdleyna/server/interface.h
diff options
context:
space:
mode:
authorLudovic Ferrandis <ludovic.ferrandis@intel.com>2013-04-08 10:13:14 +0200
committerMark Ryan <mark.d.ryan@intel.com>2013-04-17 14:52:27 +0200
commit92d864599f32c64193f31b12bee371172d7d2af0 (patch)
tree76f934fe884f3b30b7789fb695af4684cf4ad664 /libdleyna/server/interface.h
parent3d2a3088a1bb62f6bd432b7551cd9948bccf25bf (diff)
downloaddleyna-server-92d864599f32c64193f31b12bee371172d7d2af0.tar.gz
[Property] Support of DLNA.ORG_CI, DLNA.ORG_FLAGS and DLNA.ORG_OP
Fix https://github.com/01org/dleyna-server/issues/54 Add 3 new properties to Resource. As for other Resources properties, they are also directly available in MediaTiem2 or MediaContainer2 item by using the algorithm for selecting resource, given in the section "Transcoding and org.gnome.UPnP.MediaItem2". Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
Diffstat (limited to 'libdleyna/server/interface.h')
-rw-r--r--libdleyna/server/interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdleyna/server/interface.h b/libdleyna/server/interface.h
index 33fcc3b..371a6b6 100644
--- a/libdleyna/server/interface.h
+++ b/libdleyna/server/interface.h
@@ -89,6 +89,9 @@ enum dls_interface_type_ {
/* Resources Properties */
#define DLS_INTERFACE_PROP_MIME_TYPE "MIMEType"
#define DLS_INTERFACE_PROP_DLNA_PROFILE "DLNAProfile"
+#define DLS_INTERFACE_PROP_DLNA_CONVERSION "DLNAConversion"
+#define DLS_INTERFACE_PROP_DLNA_OPERATION "DLNAOperation"
+#define DLS_INTERFACE_PROP_DLNA_FLAGS "DLNAFlags"
#define DLS_INTERFACE_PROP_SIZE "Size"
#define DLS_INTERFACE_PROP_DURATION "Duration"
#define DLS_INTERFACE_PROP_BITRATE "Bitrate"