mirror of
https://github.com/androidx/media.git
synced 2025-05-04 06:00:37 +08:00
Merge pull request #4886 from talklittle/protected-audiotrackscore
Make DefaultTrackSelector.AudioTrackScore protected
This commit is contained in:
commit
b4ba913008
@ -2141,7 +2141,7 @@ public class DefaultTrackSelector extends MappingTrackSelector {
|
||||
}
|
||||
|
||||
/** Represents how well an audio track matches the selection {@link Parameters}. */
|
||||
private static final class AudioTrackScore implements Comparable<AudioTrackScore> {
|
||||
protected static final class AudioTrackScore implements Comparable<AudioTrackScore> {
|
||||
|
||||
private final Parameters parameters;
|
||||
private final int withinRendererCapabilitiesScore;
|
||||
|
Loading…
x
Reference in New Issue
Block a user