Chromium Code Reviews| 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); |