Format with google-java-format
This commit is contained in:
parent
48509df714
commit
fb34983bb7
@ -58,9 +58,7 @@ public final class AudioCapabilities {
|
|||||||
/** Encodings supported when the device specifies external surround sound. */
|
/** Encodings supported when the device specifies external surround sound. */
|
||||||
private static final ImmutableList<Integer> EXTERNAL_SURROUND_SOUND_ENCODINGS =
|
private static final ImmutableList<Integer> EXTERNAL_SURROUND_SOUND_ENCODINGS =
|
||||||
ImmutableList.of(
|
ImmutableList.of(
|
||||||
AudioFormat.ENCODING_PCM_16BIT,
|
AudioFormat.ENCODING_PCM_16BIT, AudioFormat.ENCODING_AC3, AudioFormat.ENCODING_E_AC3);
|
||||||
AudioFormat.ENCODING_AC3,
|
|
||||||
AudioFormat.ENCODING_E_AC3);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All surround sound encodings that a device may be capable of playing mapped to a maximum
|
* All surround sound encodings that a device may be capable of playing mapped to a maximum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user