Commit 7d90396c by Oliver Woodman

Cleanup

parent 1e3c2a6b
...@@ -130,14 +130,14 @@ public final class DefaultTrackSelectorTest { ...@@ -130,14 +130,14 @@ public final class DefaultTrackSelectorTest {
/* allowNonSeamlessAdaptiveness= */ true, /* allowNonSeamlessAdaptiveness= */ true,
/* maxVideoWidth= */ 1, /* maxVideoWidth= */ 1,
/* maxVideoHeight= */ 2, /* maxVideoHeight= */ 2,
/* maxVideoBitrate= */ 3, /* maxVideoFrameRate= */ 3,
/* maxVideoBitrate= */ 4,
/* exceedVideoConstraintsIfNecessary= */ false, /* exceedVideoConstraintsIfNecessary= */ false,
/* exceedRendererCapabilitiesIfNecessary= */ true, /* exceedRendererCapabilitiesIfNecessary= */ true,
/* viewportWidth= */ 4, /* viewportWidth= */ 5,
/* viewportHeight= */ 5, /* viewportHeight= */ 6,
/* viewportOrientationMayChange= */ false, /* viewportOrientationMayChange= */ false,
/* tunnelingAudioSessionId= */ C.AUDIO_SESSION_ID_UNSET, /* tunnelingAudioSessionId= */ C.AUDIO_SESSION_ID_UNSET);
/* maxFrameRate= */ 6);
Parcel parcel = Parcel.obtain(); Parcel parcel = Parcel.obtain();
parametersToParcel.writeToParcel(parcel, 0); parametersToParcel.writeToParcel(parcel, 0);
......
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