Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
23d4efad
authored
May 20, 2021
by
aquilescanta
Committed by
Oliver Woodman
May 21, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Make TYPE_* constant declarations in lexicographic order
PiperOrigin-RevId: 374880929
parent
1c429417
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/AtomParsers.java
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/AtomParsers.java
View file @
23d4efad
...
@@ -55,28 +55,28 @@ import org.checkerframework.checker.nullness.compatqual.NullableType;
...
@@ -55,28 +55,28 @@ import org.checkerframework.checker.nullness.compatqual.NullableType;
private
static
final
String
TAG
=
"AtomParsers"
;
private
static
final
String
TAG
=
"AtomParsers"
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
@SuppressWarnings
(
"ConstantCaseForConstants"
)
private
static
final
int
TYPE_
vide
=
0x76696465
;
private
static
final
int
TYPE_
clcp
=
0x636c6370
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
@SuppressWarnings
(
"ConstantCaseForConstants"
)
private
static
final
int
TYPE_
soun
=
0x736f756e
;
private
static
final
int
TYPE_
mdta
=
0x6d647461
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
@SuppressWarnings
(
"ConstantCaseForConstants"
)
private
static
final
int
TYPE_
text
=
0x74657874
;
private
static
final
int
TYPE_
meta
=
0x6d657461
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
@SuppressWarnings
(
"ConstantCaseForConstants"
)
private
static
final
int
TYPE_sbtl
=
0x7362746c
;
private
static
final
int
TYPE_sbtl
=
0x7362746c
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
@SuppressWarnings
(
"ConstantCaseForConstants"
)
private
static
final
int
TYPE_s
ubt
=
0x73756274
;
private
static
final
int
TYPE_s
oun
=
0x736f756e
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
@SuppressWarnings
(
"ConstantCaseForConstants"
)
private
static
final
int
TYPE_
clcp
=
0x636c6370
;
private
static
final
int
TYPE_
subt
=
0x73756274
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
@SuppressWarnings
(
"ConstantCaseForConstants"
)
private
static
final
int
TYPE_
meta
=
0x6d657461
;
private
static
final
int
TYPE_
text
=
0x74657874
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
@SuppressWarnings
(
"ConstantCaseForConstants"
)
private
static
final
int
TYPE_
mdta
=
0x6d647461
;
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
* The threshold number of samples to trim from the start/end of an audio track when applying an
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment