Remove unused import. Tweak documentation.

This commit is contained in:
Oliver Woodman 2014-09-19 18:30:21 +01:00
parent 8378019839
commit bf95592b2c
2 changed files with 2 additions and 3 deletions

View File

@ -15,8 +15,6 @@
*/ */
package com.google.android.exoplayer.util; package com.google.android.exoplayer.util;
import com.google.android.exoplayer.C;
import android.net.Uri; import android.net.Uri;
import android.os.AsyncTask; import android.os.AsyncTask;

View File

@ -33,7 +33,8 @@ public interface ManifestParser<T> {
* Parses a manifest from an {@link InputStream}. * Parses a manifest from an {@link InputStream}.
* *
* @param inputStream The input stream to consume. * @param inputStream The input stream to consume.
* @param inputEncoding The encoding of the input stream. * @param inputEncoding The encoding of the input stream. May be null if the input encoding is
* unknown.
* @param contentId The content id to which the manifest corresponds. May be null. * @param contentId The content id to which the manifest corresponds. May be null.
* @param baseUri If the manifest contains relative uris, this is the uri they are relative to. * @param baseUri If the manifest contains relative uris, this is the uri they are relative to.
* May be null. * May be null.