| Index: webrtc/modules/audio_device/android/audio_track_jni.h
|
| diff --git a/webrtc/modules/audio_device/android/audio_track_jni.h b/webrtc/modules/audio_device/android/audio_track_jni.h
|
| index 32b0b770331407e1ee4a13891fd736a2f069f54e..82f2113f0ad3a9cdf121f44f559937bb2aa3e0b4 100644
|
| --- a/webrtc/modules/audio_device/android/audio_track_jni.h
|
| +++ b/webrtc/modules/audio_device/android/audio_track_jni.h
|
| @@ -47,7 +47,7 @@ class AudioTrackJni {
|
| std::unique_ptr<GlobalRef> audio_track);
|
| ~JavaAudioTrack();
|
|
|
| - void InitPlayout(int sample_rate, int channels);
|
| + bool InitPlayout(int sample_rate, int channels);
|
| bool StartPlayout();
|
| bool StopPlayout();
|
| bool SetStreamVolume(int volume);
|
|
|