mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Modify the comment lines
This commit is contained in:
parent
834b61d1b7
commit
492048c00b
1 changed files with 3 additions and 5 deletions
|
|
@ -64,8 +64,7 @@ public class DefaultAudioTrackBufferSizeProvider
|
|||
private static final int AC3_BUFFER_MULTIPLICATION_FACTOR = 2;
|
||||
|
||||
/**
|
||||
* Default multiplication factor to apply to DTS Express passthrough buffer to avoid underruns on
|
||||
* some devices (e.g., Xiaomi A2 TV).
|
||||
* Default multiplication factor to apply to DTS Express passthrough buffer to avoid underruns.
|
||||
*/
|
||||
private static final int DTSHD_BUFFER_MULTIPLICATION_FACTOR = 4;
|
||||
|
||||
|
|
@ -153,8 +152,7 @@ public class DefaultAudioTrackBufferSizeProvider
|
|||
|
||||
/**
|
||||
* Sets the multiplication factor to apply to the passthrough buffer for DTS-HD (DTS Express) to
|
||||
* avoid underruns on some devices (e.g., Xiaomi A2 TV). Default is {@link
|
||||
* #DTSHD_BUFFER_MULTIPLICATION_FACTOR}.
|
||||
* avoid underruns. Default is {@link #DTSHD_BUFFER_MULTIPLICATION_FACTOR}.
|
||||
*/
|
||||
@CanIgnoreReturnValue
|
||||
public Builder setDtshdBufferMultiplicationFactor(int dtshdBufferMultiplicationFactor) {
|
||||
|
|
@ -191,7 +189,7 @@ public class DefaultAudioTrackBufferSizeProvider
|
|||
|
||||
/**
|
||||
* The multiplication factor to apply to DTS-HD (DTS Express) passthrough buffer to avoid
|
||||
* underruns on some devices (e.g., Xiaomi A2 TV).
|
||||
* underruns.
|
||||
*/
|
||||
public final int dtshdBufferMultiplicationFactor;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue