diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-30 21:43:03 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-30 21:43:03 +0000 |
commit | 28761e369bccc7a42cbd9301d6b71416606bca7d (patch) | |
tree | 508594233d24380d5e6d972c8c93ef1ca132503a /gd_content_interface.h | |
parent | 16942456d865cbe9e5fa8cff617c8bc12d3f151f (diff) | |
download | vdr-plugin-muggle-28761e369bccc7a42cbd9301d6b71416606bca7d.tar.gz vdr-plugin-muggle-28761e369bccc7a42cbd9301d6b71416606bca7d.tar.bz2 |
Worked around problems with special characters in labels
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@194 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'gd_content_interface.h')
-rw-r--r-- | gd_content_interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gd_content_interface.h b/gd_content_interface.h index d810fa5..20906df 100644 --- a/gd_content_interface.h +++ b/gd_content_interface.h @@ -229,6 +229,10 @@ class mgGdTrack : public mgContentItem */ virtual std::string getBitrate(); + /*! \brief obtain the bitrate of the track + */ + virtual int getLength(); + /*! * \brief obtain the complete track information */ |