| Index: trunk/src/media/audio/android/audio_manager_android.h
|
| ===================================================================
|
| --- trunk/src/media/audio/android/audio_manager_android.h (revision 240886)
|
| +++ trunk/src/media/audio/android/audio_manager_android.h (working copy)
|
| @@ -67,10 +67,11 @@
|
| const AudioParameters& input_params) OVERRIDE;
|
|
|
| private:
|
| + bool HadNoAudioStreams();
|
| void Init();
|
| void Close();
|
| - void SetAudioMode(int mode);
|
| - void SetAudioDevice(const std::string& device_id);
|
| + void SetCommunicationAudioModeOn(bool on);
|
| + bool SetAudioDevice(const std::string& device_id);
|
| int GetNativeOutputSampleRate();
|
| bool IsAudioLowLatencySupported();
|
| int GetAudioLowLatencyOutputFrameSize();
|
|
|