mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Add comment to clarify usage of constant.
PiperOrigin-RevId: 301406108
This commit is contained in:
parent
5c4d4762d1
commit
a3a3b5be0b
1 changed files with 4 additions and 1 deletions
|
|
@ -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}. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue