summaryrefslogtreecommitdiff
path: root/dom/media/CubebUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/CubebUtils.h')
-rw-r--r--dom/media/CubebUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/CubebUtils.h b/dom/media/CubebUtils.h
index 8ebd1af214..f434923747 100644
--- a/dom/media/CubebUtils.h
+++ b/dom/media/CubebUtils.h
@@ -36,7 +36,7 @@ bool GetFirstStream();
cubeb* GetCubebContext();
cubeb* GetCubebContextUnlocked();
uint32_t GetCubebPlaybackLatencyInMilliseconds();
-uint32_t GetCubebMSGLatencyInFrames(cubeb_stream_params * params);
+Maybe<uint32_t> GetCubebMSGLatencyInFrames();
bool CubebLatencyPrefSet();
void GetCurrentBackend(nsAString& aBackend);