summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/sdl2_sink.h
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2022-10-08 20:27:54 +0200
committerKelebek1 <eeeedddccc@hotmail.co.uk>2022-10-09 14:47:59 +0200
commit8c9e238a7baef2c3f8a9a608ec8bebeeccfa6676 (patch)
tree1e13efa4263c8e06c28787175f54e57b39fe33dd /src/audio_core/sink/sdl2_sink.h
parentMerge pull request #6142 from lat9nq/prog_meta_ref_bind_address (diff)
downloadyuzu-8c9e238a7baef2c3f8a9a608ec8bebeeccfa6676.tar
yuzu-8c9e238a7baef2c3f8a9a608ec8bebeeccfa6676.tar.gz
yuzu-8c9e238a7baef2c3f8a9a608ec8bebeeccfa6676.tar.bz2
yuzu-8c9e238a7baef2c3f8a9a608ec8bebeeccfa6676.tar.lz
yuzu-8c9e238a7baef2c3f8a9a608ec8bebeeccfa6676.tar.xz
yuzu-8c9e238a7baef2c3f8a9a608ec8bebeeccfa6676.tar.zst
yuzu-8c9e238a7baef2c3f8a9a608ec8bebeeccfa6676.zip
Diffstat (limited to '')
-rw-r--r--src/audio_core/sink/sdl2_sink.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/audio_core/sink/sdl2_sink.h b/src/audio_core/sink/sdl2_sink.h
index f01eddc1b..27ed1ab94 100644
--- a/src/audio_core/sink/sdl2_sink.h
+++ b/src/audio_core/sink/sdl2_sink.h
@@ -87,4 +87,11 @@ private:
*/
std::vector<std::string> ListSDLSinkDevices(bool capture);
+/**
+ * Get the reported latency for this sink.
+ *
+ * @return Minimum latency for this sink.
+ */
+u32 GetSDLLatency();
+
} // namespace AudioCore::Sink