| Index: runtime/embedders/openglui/android/android_sound_handler.h
|
| ===================================================================
|
| --- runtime/embedders/openglui/android/android_sound_handler.h (revision 18917)
|
| +++ runtime/embedders/openglui/android/android_sound_handler.h (working copy)
|
| @@ -20,6 +20,8 @@
|
| explicit AndroidSoundHandler(android_app* application);
|
| int32_t Start();
|
| void Stop();
|
| + int32_t Pause();
|
| + int32_t Resume();
|
|
|
| int32_t PlayBackground(const char* path);
|
| void StopBackground();
|
| @@ -34,6 +36,7 @@
|
| SLObjectItf& player_out,
|
| SLPlayItf& player_if_out);
|
|
|
| + int32_t SetBackgroundPlayerState(int state);
|
| int32_t StartSamplePlayer();
|
|
|
| android_app* application_;
|
|
|