Chromium Code Reviews| Index: media/base/android/media_codec_bridge.h |
| diff --git a/media/base/android/media_codec_bridge.h b/media/base/android/media_codec_bridge.h |
| index 8de5c4b24e0f33c6fb11fab661e2691a22175e09..79cb71c5d1da7b4bf505b3352212ef3d635a42af 100644 |
| --- a/media/base/android/media_codec_bridge.h |
| +++ b/media/base/android/media_codec_bridge.h |
| @@ -236,7 +236,7 @@ class AudioCodecBridge : public MediaCodecBridge { |
| // Play the output buffer. This call must be called after |
| // DequeueOutputBuffer() and before ReleaseOutputBuffer. Returns the playback |
| // head position expressed in frames. |
|
wolenetz
2015/08/20 20:37:36
nit: document postpone, index and size now that th
Tima Vaisburd
2015/08/20 22:36:36
Done.
|
| - int64 PlayOutputBuffer(int index, size_t size); |
| + int64 PlayOutputBuffer(int index, size_t size, bool postpone = false); |
| // Set the volume of the audio output. |
| void SetVolume(double volume); |