| Index: media/audio/audio_manager_base.h
|
| diff --git a/media/audio/audio_manager_base.h b/media/audio/audio_manager_base.h
|
| index f8f5260be68ced768966c28b313166d0aa4ff89b..18cce8cff93b3167d1bef78feb4f8c234a25d2a8 100644
|
| --- a/media/audio/audio_manager_base.h
|
| +++ b/media/audio/audio_manager_base.h
|
| @@ -80,6 +80,12 @@ class MEDIA_EXPORT AudioManagerBase : public AudioManager {
|
| const std::string& device_id,
|
| const LogCallback& log_callback) = 0;
|
|
|
| + // Creates the output stream for the |AUDIO_RAW_XXX| format.
|
| + virtual AudioOutputStream* MakeRawOutputStream(
|
| + const AudioParameters& params,
|
| + const std::string& device_id,
|
| + const LogCallback& log_callback);
|
| +
|
| // Creates the input stream for the |AUDIO_PCM_LINEAR| format. The legacy
|
| // name is also from |AUDIO_PCM_LINEAR|.
|
| virtual AudioInputStream* MakeLinearInputStream(
|
|
|