| Index: media/base/buffers.h
|
| ===================================================================
|
| --- media/base/buffers.h (revision 23852)
|
| +++ media/base/buffers.h (working copy)
|
| @@ -35,6 +35,9 @@
|
|
|
| class StreamSample : public base::RefCountedThreadSafe<StreamSample> {
|
| public:
|
| + // Constant timestamp value to indicate an invalid or missing timestamp.
|
| + static const base::TimeDelta kInvalidTimestamp;
|
| +
|
| // Returns the timestamp of this buffer in microseconds.
|
| base::TimeDelta GetTimestamp() const {
|
| return timestamp_;
|
|
|