Skip to content

Commit

Permalink
Modify the comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyif committed Oct 12, 2023
1 parent 834b61d commit 492048c
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -153,8 +152,7 @@ public Builder setAc3BufferMultiplicationFactor(int ac3BufferMultiplicationFacto

/**
* 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) {
Expand Down Expand Up @@ -191,7 +189,7 @@ public DefaultAudioTrackBufferSizeProvider build() {

/**
* 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;

Expand Down

0 comments on commit 492048c

Please sign in to comment.