mirror of
https://github.com/androidx/media.git
synced 2025-05-09 16:40:55 +08:00
Make TYPE_* constant declarations in lexicographic order
PiperOrigin-RevId: 374880929
This commit is contained in:
parent
1c4294175f
commit
23d4efad7b
@ -54,29 +54,29 @@ import org.checkerframework.checker.nullness.compatqual.NullableType;
|
||||
|
||||
private static final String TAG = "AtomParsers";
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_vide = 0x76696465;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_soun = 0x736f756e;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_text = 0x74657874;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_sbtl = 0x7362746c;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_subt = 0x73756274;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_clcp = 0x636c6370;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_mdta = 0x6d647461;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_meta = 0x6d657461;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_mdta = 0x6d647461;
|
||||
private static final int TYPE_sbtl = 0x7362746c;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_soun = 0x736f756e;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_subt = 0x73756274;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_text = 0x74657874;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
private static final int TYPE_vide = 0x76696465;
|
||||
|
||||
/**
|
||||
* The threshold number of samples to trim from the start/end of an audio track when applying an
|
||||
|
Loading…
x
Reference in New Issue
Block a user