Commit a5b72762 by Brandon Davis

Correct javadoc for forced bitrate tests

parent 8a671c1c
......@@ -1053,8 +1053,8 @@ public final class DefaultTrackSelectorTest {
}
/**
* Tests that track selector will select audio tracks with lower bitrate when {@link Parameters}
* indicate lowest bitrate preference, even when tracks are within capabilities.
* Tests that track selector will select the lowest supported audio track when
* {@link Parameters#forceLowestBitrate} is set.
*/
@Test
public void testSelectTracksWithinCapabilitiesAndForceLowestBitrateSelectLowerBitrate()
......@@ -1080,8 +1080,8 @@ public final class DefaultTrackSelectorTest {
}
/**
* Tests that track selector will select audio tracks with higher bitrate when {@link Parameters}
* indicate highest bitrate preference, even when tracks are within capabilities.
* Tests that track selector will select the highest supported audio track when
* {@link Parameters#forceHighestSupportedBitrate} is set.
*/
@Test
public void testSelectTracksWithinCapabilitiesAndForceHighestBitrateSelectHigherBitrate()
......
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