summaryrefslogtreecommitdiff
path: root/src/audio/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/player.h')
-rw-r--r--src/audio/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio/player.h b/src/audio/player.h
index c3552640..fe6717b0 100644
--- a/src/audio/player.h
+++ b/src/audio/player.h
@@ -45,3 +45,5 @@ iBool isPaused_Player (const iPlayer *);
45float time_Player (const iPlayer *); 45float time_Player (const iPlayer *);
46float duration_Player (const iPlayer *); 46float duration_Player (const iPlayer *);
47float streamProgress_Player (const iPlayer *); /* normalized 0...1 */ 47float streamProgress_Player (const iPlayer *); /* normalized 0...1 */
48
49iString * metadataLabel_Player (const iPlayer *);