mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Refactor the comment
This commit is contained in:
parent
fb34983bb7
commit
f301214a1e
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue