summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/MediaClock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/stagefright/MediaClock.h')
-rw-r--r--include/media/stagefright/MediaClock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaClock.h b/include/media/stagefright/MediaClock.h
index e9c09a1..dd1a809 100644
--- a/include/media/stagefright/MediaClock.h
+++ b/include/media/stagefright/MediaClock.h
@@ -42,6 +42,7 @@ struct MediaClock : public RefBase {
void updateMaxTimeMedia(int64_t maxTimeMediaUs);
void setPlaybackRate(float rate);
+ float getPlaybackRate() const;
// query media time corresponding to real time |realUs|, and save the
// result in |outMediaUs|.