diff options
Diffstat (limited to 'chromecast/media/cma/pipeline/audio_pipeline_impl.h')
-rw-r--r-- | chromecast/media/cma/pipeline/audio_pipeline_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromecast/media/cma/pipeline/audio_pipeline_impl.h b/chromecast/media/cma/pipeline/audio_pipeline_impl.h index 9afe19b..014b041 100644 --- a/chromecast/media/cma/pipeline/audio_pipeline_impl.h +++ b/chromecast/media/cma/pipeline/audio_pipeline_impl.h @@ -46,6 +46,7 @@ class AudioPipelineImpl { bool StartPlayingFrom(base::TimeDelta time, const scoped_refptr<BufferingState>& buffering_state); void Flush(const ::media::PipelineStatusCB& status_cb); + void BackendStopped(); void Stop(); // Update the playback statistics for this audio stream. |