| Index: content/renderer/media/media_stream_audio_processor.h
|
| diff --git a/content/renderer/media/media_stream_audio_processor.h b/content/renderer/media/media_stream_audio_processor.h
|
| index f948e3c55b1d5147b0eb7e332cf90a1bc41030f4..0c8051418d8ff6f8d6567f6f29257f3bb7ff832f 100644
|
| --- a/content/renderer/media/media_stream_audio_processor.h
|
| +++ b/content/renderer/media/media_stream_audio_processor.h
|
| @@ -85,6 +85,8 @@ class CONTENT_EXPORT MediaStreamAudioProcessor :
|
| int* new_volume,
|
| int16** out);
|
|
|
| + bool IsAudioTrackProcessingEnabled() const;
|
| +
|
| // The audio format of the input to the processor.
|
| const media::AudioParameters& InputFormat() const;
|
|
|
|
|