Skip to content

Commit 492048c

Browse files
committed
Modify the comment lines
1 parent 834b61d commit 492048c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

libraries/exoplayer/src/main/java/androidx/media3/exoplayer/audio/DefaultAudioTrackBufferSizeProvider.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ public class DefaultAudioTrackBufferSizeProvider
6464
private static final int AC3_BUFFER_MULTIPLICATION_FACTOR = 2;
6565

6666
/**
67-
* Default multiplication factor to apply to DTS Express passthrough buffer to avoid underruns on
68-
* some devices (e.g., Xiaomi A2 TV).
67+
* Default multiplication factor to apply to DTS Express passthrough buffer to avoid underruns.
6968
*/
7069
private static final int DTSHD_BUFFER_MULTIPLICATION_FACTOR = 4;
7170

@@ -153,8 +152,7 @@ public Builder setAc3BufferMultiplicationFactor(int ac3BufferMultiplicationFacto
153152

154153
/**
155154
* Sets the multiplication factor to apply to the passthrough buffer for DTS-HD (DTS Express) to
156-
* avoid underruns on some devices (e.g., Xiaomi A2 TV). Default is {@link
157-
* #DTSHD_BUFFER_MULTIPLICATION_FACTOR}.
155+
* avoid underruns. Default is {@link #DTSHD_BUFFER_MULTIPLICATION_FACTOR}.
158156
*/
159157
@CanIgnoreReturnValue
160158
public Builder setDtshdBufferMultiplicationFactor(int dtshdBufferMultiplicationFactor) {
@@ -191,7 +189,7 @@ public DefaultAudioTrackBufferSizeProvider build() {
191189

192190
/**
193191
* The multiplication factor to apply to DTS-HD (DTS Express) passthrough buffer to avoid
194-
* underruns on some devices (e.g., Xiaomi A2 TV).
192+
* underruns.
195193
*/
196194
public final int dtshdBufferMultiplicationFactor;
197195

0 commit comments

Comments
 (0)