Commit a3a3b5be by tonihei Committed by Oliver Woodman

Add comment to clarify usage of constant.

PiperOrigin-RevId: 301406108
parent 5c4d4762
......@@ -84,7 +84,10 @@ public class DefaultLoadControl implements LoadControl {
public static final int DEFAULT_MUXED_BUFFER_SIZE =
DEFAULT_VIDEO_BUFFER_SIZE + DEFAULT_AUDIO_BUFFER_SIZE + DEFAULT_TEXT_BUFFER_SIZE;
/** The buffer size in bytes that will be used as a minimum target buffer in all cases. */
/**
* The buffer size in bytes that will be used as a minimum target buffer in all cases. This is
* also the default target buffer before tracks are selected.
*/
public static final int DEFAULT_MIN_BUFFER_SIZE = 200 * C.DEFAULT_BUFFER_SEGMENT_SIZE;
/** Builder for {@link DefaultLoadControl}. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment