Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: media/cast/test/receiver.cc

Issue 2060833002: Implementation of 'AudioContext.getOutputTimestamp' method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added implementation for ALSA. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/cast/test/receiver.cc
diff --git a/media/cast/test/receiver.cc b/media/cast/test/receiver.cc
index 0f5fd4e45dc93f526c6ec963c3af3910f599f723..dc5f3fdef818823705a2883f97d34b977cb8d6be 100644
--- a/media/cast/test/receiver.cc
+++ b/media/cast/test/receiver.cc
@@ -324,7 +324,8 @@ class NaivePlayer : public InProcessReceiver,
int OnMoreData(AudioBus* dest,
uint32_t total_bytes_delay,
- uint32_t frames_skipped) final {
+ uint32_t frames_skipped,
+ const AudioTimestamp& timestamp) final {
// Note: This method is being invoked by a separate thread unknown to us
// (i.e., outside of CastEnvironment).

Powered by Google App Engine
This is Rietveld 408576698