| Index: media/base/audio_converter.h
|
| diff --git a/media/base/audio_converter.h b/media/base/audio_converter.h
|
| index b921a3a186e47c96d52c1a9090384d6c69d476dc..42ceef85ef557cdb322ff1aed8266e02bcedc8d0 100644
|
| --- a/media/base/audio_converter.h
|
| +++ b/media/base/audio_converter.h
|
| @@ -90,6 +90,9 @@ class MEDIA_EXPORT AudioConverter {
|
| // to each input's ProvideInput for more data.
|
| int ChunkSize() const;
|
|
|
| + // How many frames will be requested via a single ProvideInput() call.
|
| + int RequestSize() const;
|
| +
|
| private:
|
| // Provides input to the MultiChannelResampler. Called by the resampler when
|
| // more data is necessary.
|
|
|