aboutsummaryrefslogtreecommitdiff
path: root/lib/service/iservice.h
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2009-04-23 18:14:37 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2009-04-23 18:14:37 +0200
commit11e416ae02c53daa3841096e9792804f3d0e51dd (patch)
tree6dc0ecc543b79959ab9e6050c56a9792c2d8052f /lib/service/iservice.h
parente21cff679bb73bce310e877d5219ec29291dbe10 (diff)
downloadenigma2-11e416ae02c53daa3841096e9792804f3d0e51dd.tar.gz
enigma2-11e416ae02c53daa3841096e9792804f3d0e51dd.zip
experimentally switch to new decodebin2 gstreamer back-end for mediaplayer. requires most recent versions of glib 2, gstreamer & plugins, dvbmediasink
Diffstat (limited to 'lib/service/iservice.h')
-rw-r--r--lib/service/iservice.h57
1 files changed, 51 insertions, 6 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h
index 97930a7b..7b85c8fa 100644
--- a/lib/service/iservice.h
+++ b/lib/service/iservice.h
@@ -287,12 +287,6 @@ public:
sServiceref,
sTimeCreate, /* unix time or string */
- sTitle,
- sArtist,
- sAlbum,
- sComment,
- sTracknumber,
- sGenre,
sCAIDs,
sVideoType, /* MPEG2 MPEG4 */
@@ -310,6 +304,57 @@ public:
sTotalChapters,
sTotalTitles,
+ sTagTitle,
+ sTagTitleSortname,
+ sTagArtist,
+ sTagArtistSortname,
+ sTagAlbum,
+ sTagAlbumSortname,
+ sTagComposer,
+ sTagDate,
+ sTagGenre,
+ sTagComment,
+ sTagExtendedComment,
+ sTagTrackNumber,
+ sTagTrackCount,
+ sTagAlbumVolumeNumber,
+ sTagAlbumVolumeCount,
+ sTagLocation,
+ sTagHomepage,
+ sTagDescription,
+ sTagVersion,
+ sTagISRC,
+ sTagOrganization,
+ sTagCopyright,
+ sTagCopyrightURI,
+ sTagContact,
+ sTagLicense,
+ sTagLicenseURI,
+ sTagPerformer,
+ sTagCodec,
+ sTagVideoCodec,
+ sTagAudioCodec,
+ sTagBitrate,
+ sTagNominalBitrate,
+ sTagMinimumBitrate,
+ sTagMaximumBitrate,
+ sTagSerial,
+ sTagEncoder,
+ sTagEncoderVersion,
+ sTagTrackGain,
+ sTagTrackPeak,
+ sTagAlbumGain,
+ sTagAlbumPeak,
+ sTagReferenceLevel,
+ sTagLanguageCode,
+ sTagImage,
+ sTagPreviewImage,
+ sTagAttachment,
+ sTagBeatsPerMinute,
+ sTagKeywords,
+ sTagCRC,
+ sTagChannelMode,
+
sUser = 0x100
};
enum {