summaryrefslogtreecommitdiff
path: root/src/buffer/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer/clock.h')
-rw-r--r--src/buffer/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer/clock.h b/src/buffer/clock.h
index eb3dcaf..e1a2d9e 100644
--- a/src/buffer/clock.h
+++ b/src/buffer/clock.h
@@ -53,6 +53,7 @@ bool camu_clock_pause(struct camu_clock *clock, u64 target);
void camu_clock_external_pause(struct camu_clock *clock);
void camu_clock_resume(struct camu_clock *clock, u64 target);
+bool camu_clock_is_user_paused(struct camu_clock *clock);
f64 camu_clock_get_base_pts(struct camu_clock *clock);
f64 camu_clock_get_pts(struct camu_clock *clock, f64 latency, bool allow_set, bool *armed_for_pause);
f64 camu_clock_get_last_pts(struct camu_clock *clock);