Refactor the comment

This commit is contained in:
Tianyi Feng 2023-05-22 17:35:51 +00:00
parent fb34983bb7
commit f301214a1e

View File

@ -1889,8 +1889,7 @@ public final class Util {
return AudioFormat.CHANNEL_OUT_5POINT1POINT4; return AudioFormat.CHANNEL_OUT_5POINT1POINT4;
} else { } else {
// Before API 32, height channel masks are not available. For those 10-channel streams // Before API 32, height channel masks are not available. For those 10-channel streams
// supported on the audio output devices (e.g. DTS:X P2), we will use 7.1-surround // supported on the audio output devices (e.g. DTS:X P2), we use 7.1-surround instead.
// instead.
return AudioFormat.CHANNEL_OUT_7POINT1_SURROUND; return AudioFormat.CHANNEL_OUT_7POINT1_SURROUND;
} }
case 12: case 12: