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

Unified Diff: media/base/android/audio_decoder_job.h

Issue 1008093002: Determine the audible state in MediaSourcePlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use starvation timer for renderer freeze detection Created 5 years, 9 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
« no previous file with comments | « no previous file | media/base/android/audio_decoder_job.cc » ('j') | media/base/android/media_source_player.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/audio_decoder_job.h
diff --git a/media/base/android/audio_decoder_job.h b/media/base/android/audio_decoder_job.h
index f218f3ed1b46918a43c3217836e1d5edc2e00f53..218284c78c7566bf86a1b1047b60f3f8ef738039 100644
--- a/media/base/android/audio_decoder_job.h
+++ b/media/base/android/audio_decoder_job.h
@@ -34,6 +34,7 @@ class AudioDecoderJob : public MediaDecoderJob {
// Sets the volume of the audio output.
void SetVolume(double volume);
+ double GetVolume() const;
qinmin 2015/03/24 21:38:37 just use inline functions for simple getter/setter
Tima Vaisburd 2015/03/24 22:24:50 Done.
// Sets the base timestamp for |audio_timestamp_helper_|.
void SetBaseTimestamp(base::TimeDelta base_timestamp);
« no previous file with comments | « no previous file | media/base/android/audio_decoder_job.cc » ('j') | media/base/android/media_source_player.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698