Commit 9b111fbd by Andrew Shu

Make DefaultTrackSelector.AudioTrackScore protected

This allows selectAudioTrack() to be overridden.
parent 028f3e64
...@@ -2141,7 +2141,7 @@ public class DefaultTrackSelector extends MappingTrackSelector { ...@@ -2141,7 +2141,7 @@ public class DefaultTrackSelector extends MappingTrackSelector {
} }
/** Represents how well an audio track matches the selection {@link Parameters}. */ /** 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 Parameters parameters;
private final int withinRendererCapabilitiesScore; private final int withinRendererCapabilitiesScore;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment