diff options
Diffstat (limited to 'media/base/demuxer.h')
-rw-r--r-- | media/base/demuxer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/base/demuxer.h b/media/base/demuxer.h index a8cf50b..49aa238 100644 --- a/media/base/demuxer.h +++ b/media/base/demuxer.h @@ -18,8 +18,8 @@ class MEDIA_EXPORT DemuxerHost : public DataSourceHost { public: virtual ~DemuxerHost(); - // Get the duration of the media in microseconds. If the duration has not - // been determined yet, then returns 0. + // Sets the duration of the media in microseconds. + // Duration may be kInfiniteDuration() if the duration is not known. virtual void SetDuration(base::TimeDelta duration) = 0; // Sets the byte offset at which the client is requesting the video. |