| Index: media/audio/win/audio_manager_win.h
|
| diff --git a/media/audio/win/audio_manager_win.h b/media/audio/win/audio_manager_win.h
|
| index 3539ef02499d18f08aa19b54908ab4455e7dafec..19742fb6d49950effbea96af8bc9f8eec640b792 100644
|
| --- a/media/audio/win/audio_manager_win.h
|
| +++ b/media/audio/win/audio_manager_win.h
|
| @@ -59,6 +59,15 @@ class MEDIA_EXPORT AudioManagerWin : public AudioManagerBase {
|
| enumeration_type_ = type;
|
| }
|
|
|
| + // Returns a PCMWaveInAudioInputStream instance or NULL on failure.
|
| + // This method converts MMDevice-style device ID to WaveIn-style device ID if
|
| + // necessary.
|
| + // (Please see device_enumeration_win.h for more info about the two kinds of
|
| + // device IDs.)
|
| + AudioInputStream* CreatePCMWaveInAudioInputStream(
|
| + const AudioParameters& params,
|
| + const std::string& device_id);
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AudioManagerWin);
|
| };
|
|
|
|
|