summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/cubeb_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_core/sink/cubeb_sink.h')
-rw-r--r--src/audio_core/sink/cubeb_sink.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/audio_core/sink/cubeb_sink.h b/src/audio_core/sink/cubeb_sink.h
index 4b0cb160d..3302cb98d 100644
--- a/src/audio_core/sink/cubeb_sink.h
+++ b/src/audio_core/sink/cubeb_sink.h
@@ -96,4 +96,11 @@ private:
*/
std::vector<std::string> ListCubebSinkDevices(bool capture);
+/**
+ * Get the reported latency for this sink.
+ *
+ * @return Minimum latency for this sink.
+ */
+u32 GetCubebLatency();
+
} // namespace AudioCore::Sink