diff options
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 */ |