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