<img src="https://img.shields.io/badge/%20-ENTERPRISE-%23B10031" style="float:left"/><br /> <img src="https://img.shields.io/badge/Android-V4-009727?logo=android" style="float:left"/>
<br />
Look-ahead buffer customization allows the size of a buffer of the media to download before beginning playback to be specified. Smaller buffers will start playback more quickly but will be more prone to pausing playback to buffer if the connection is not stable.
As shown in the following example, you can customize the look-ahead buffer size by creating an object that implements `com.google.android.exoplayer2.LoadControl
` and passing that object through `ExoPlayerSettings
`.
<br />

<br />