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

Unified Diff: media/base/buffers.h

Issue 8786013: Replace media::Limits struct with media::limits namespace and update documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix logic Created 9 years 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/audio_decoder_config.cc ('k') | media/base/buffers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/buffers.h
diff --git a/media/base/buffers.h b/media/base/buffers.h
index 82f240290512ae66b028dc9fdfa38533f01dffa5..400eaf7a6229d4d64025eba72d7d71806427ec97 100644
--- a/media/base/buffers.h
+++ b/media/base/buffers.h
@@ -37,6 +37,9 @@ namespace media {
// Indicates an invalid or missing timestamp.
MEDIA_EXPORT extern const base::TimeDelta kNoTimestamp;
+// Represents an infinite stream duration.
+MEDIA_EXPORT extern const base::TimeDelta kInfiniteDuration;
+
class MEDIA_EXPORT StreamSample
: public base::RefCountedThreadSafe<StreamSample> {
public:
« no previous file with comments | « media/base/audio_decoder_config.cc ('k') | media/base/buffers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698