Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Unified Diff: media/filters/chunk_demuxer.h

Issue 20123002: Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer.appendWindowEnd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and remove URL in comment to make presubmit happy. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/stream_parser.h ('k') | media/filters/chunk_demuxer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/chunk_demuxer.h
diff --git a/media/filters/chunk_demuxer.h b/media/filters/chunk_demuxer.h
index 36177fb6c7daff31456085c6fd951399c908531c..0a2f67bd319979cd45394a539195ca0783ff0be7 100644
--- a/media/filters/chunk_demuxer.h
+++ b/media/filters/chunk_demuxer.h
@@ -135,6 +135,11 @@ class MEDIA_EXPORT ChunkDemuxer : public Demuxer {
void MarkEndOfStream(PipelineStatus status);
void UnmarkEndOfStream();
+ // Set the append window start and end values for the source buffer
+ // associated with |id|.
+ void SetAppendWindowStart(const std::string& id, base::TimeDelta start);
+ void SetAppendWindowEnd(const std::string& id, base::TimeDelta end);
+
void Shutdown();
void SetMemoryLimitsForTesting(int memory_limit);
« no previous file with comments | « media/base/stream_parser.h ('k') | media/filters/chunk_demuxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698