From 26a7516b55d835bc37c8abbbae7d53b5db42e5e4 Mon Sep 17 00:00:00 2001 From: Nicola Verbeeck Date: Thu, 19 Jul 2018 11:22:03 +0200 Subject: [PATCH] Updated formatting --- .../exoplayer2/source/dash/DashMediaSource.java | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java b/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java index cb91bd72cd..2184c9cd06 100644 --- a/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java +++ b/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java @@ -152,13 +152,15 @@ public final class DashMediaSource extends BaseMediaSource { /** * Sets the duration in milliseconds by which the default start position should precede the end - * of the live window for live playbacks if the value is not present in the manifest. The default value is {@link - * #DEFAULT_LIVE_PRESENTATION_DELAY_FIXED_MS}. This value is only used when {@link setLivePresentationDelayMs) has not - * overwritten the presentation delay to a value other than #DEFAULT_LIVE_PRESENTATION_DELAY_PREFER_MANIFEST_MS + * of the live window for live playbacks if the value is not present in the manifest. + * The default value is {@link #DEFAULT_LIVE_PRESENTATION_DELAY_FIXED_MS}. This value is only + * used when {@link setLivePresentationDelayMs) has not overwritten the presentation delay to a + * value other than #DEFAULT_LIVE_PRESENTATION_DELAY_PREFER_MANIFEST_MS * - * @param defaultLivePresentationDelayMs For live playbacks, the duration in milliseconds by which the - * default start position should precede the end of the live window if the duration is not specifed in the manifest - * or overwritten using {@link setLivePresentationDelayMs). + * @param defaultLivePresentationDelayMs For live playbacks, the duration in milliseconds by + * which the default start position should precede the end of the live window if the + * duration is not specifed in the manifest or overwritten using + * {@link setLivePresentationDelayMs). * @return This factory, for convenience. * @throws IllegalStateException If one of the {@code create} methods has already been called. */