[M120 Migration][MM] Handle live stream duration and currenttime
[platform/framework/web/chromium-efl.git] / media / base / pipeline_impl.h
index 93a56b6..d49ba75 100644 (file)
@@ -196,6 +196,7 @@ class MEDIA_EXPORT PipelineImpl : public Pipeline {
   void OnSeekableTimeChange(base::TimeDelta min_time,
                             base::TimeDelta max_time,
                             bool is_live);
+  void OnLivePlaybackComplete();
 #endif
 
   // Task completion callbacks from RendererWrapper.