protected static final class DefaultTrackSelector.AudioTrackScore extends java.lang.Object implements java.lang.Comparable<DefaultTrackSelector.AudioTrackScore>
DefaultTrackSelector.Parameters.| Constructor and Description |
|---|
AudioTrackScore(Format format,
DefaultTrackSelector.Parameters parameters,
int formatSupport) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DefaultTrackSelector.AudioTrackScore other)
Compares this score with another.
|
public AudioTrackScore(Format format, DefaultTrackSelector.Parameters parameters, int formatSupport)
public int compareTo(@NonNull
DefaultTrackSelector.AudioTrackScore other)
compareTo in interface java.lang.Comparable<DefaultTrackSelector.AudioTrackScore>other - The other score to compare to.