diff options
Diffstat (limited to 'media/base/pipeline.h')
-rw-r--r-- | media/base/pipeline.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/media/base/pipeline.h b/media/base/pipeline.h index 699b5e2..73359c2 100644 --- a/media/base/pipeline.h +++ b/media/base/pipeline.h @@ -230,14 +230,6 @@ class MEDIA_EXPORT Pipeline // be 0. void GetNaturalVideoSize(gfx::Size* out_size) const; - // If this method returns true, that means the data source is a streaming - // data source. Seeking may not be possible. - bool IsStreaming() const; - - // If this method returns true, that means the data source is local and - // the network is not needed. - bool IsLocalSource() const; - // Gets the current pipeline statistics. PipelineStatistics GetStatistics() const; |