diff options
Diffstat (limited to 'ppapi/shared_impl/ppb_audio_shared.h')
-rw-r--r-- | ppapi/shared_impl/ppb_audio_shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/shared_impl/ppb_audio_shared.h b/ppapi/shared_impl/ppb_audio_shared.h index 8858e5c..cde075b 100644 --- a/ppapi/shared_impl/ppb_audio_shared.h +++ b/ppapi/shared_impl/ppb_audio_shared.h @@ -29,6 +29,9 @@ class PPAPI_SHARED_EXPORT PPB_Audio_Shared PPB_Audio_Shared(); virtual ~PPB_Audio_Shared(); + // Keep in sync with media::AudioOutputController::kPauseMark. + static const int kPauseMark; + bool playing() const { return playing_; } // Sets the callback information that the background thread will use. This |