Interface containing functionality related to customizing buffering behaviour.
Player implementations which support interacting with buffer length implement this interface and return a pointer to the instance via GetBufferingInterface.
- Note
- Minimum buffer length is the minimum amount of video playback time beyond the current time that the player will try to keep loaded at all times.
-
Maximum buffer length is the maximum amount of video playback time beyond the current time that can be loaded before additional video stops loading.
-
Buffer length must be set before media is prepared to take effect for a media session.