Updated formatting

This commit is contained in:
Nicola Verbeeck 2018-07-19 11:22:03 +02:00
parent fbc0db965a
commit 26a7516b55

View File

@ -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 * 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 * of the live window for live playbacks if the value is not present in the manifest.
* #DEFAULT_LIVE_PRESENTATION_DELAY_FIXED_MS}. This value is only used when {@link setLivePresentationDelayMs) has not * The default value is {@link #DEFAULT_LIVE_PRESENTATION_DELAY_FIXED_MS}. This value is only
* overwritten the presentation delay to a value other than #DEFAULT_LIVE_PRESENTATION_DELAY_PREFER_MANIFEST_MS * 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 * @param defaultLivePresentationDelayMs For live playbacks, the duration in milliseconds by
* default start position should precede the end of the live window if the duration is not specifed in the manifest * which the default start position should precede the end of the live window if the
* or overwritten using {@link setLivePresentationDelayMs). * duration is not specifed in the manifest or overwritten using
* {@link setLivePresentationDelayMs).
* @return This factory, for convenience. * @return This factory, for convenience.
* @throws IllegalStateException If one of the {@code create} methods has already been called. * @throws IllegalStateException If one of the {@code create} methods has already been called.
*/ */