Refactor the comment
This commit is contained in:
parent
fb34983bb7
commit
f301214a1e
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user