| Index: media/base/filters.h
|
| ===================================================================
|
| --- media/base/filters.h (revision 105891)
|
| +++ media/base/filters.h (working copy)
|
| @@ -154,6 +154,10 @@
|
|
|
| // Alert the DataSource that the video preload value has been changed.
|
| virtual void SetPreload(Preload preload) = 0;
|
| +
|
| + // Notify the DataSource of the bitrate of the media.
|
| + // Values of |bitrate| <= 0 are invalid and should be ignored.
|
| + virtual void SetBitrate(int bitrate) = 0;
|
| };
|
|
|
| class MEDIA_EXPORT DemuxerStream
|
|
|