Commit bf95592b by Oliver Woodman

Remove unused import. Tweak documentation.

parent 83780198
...@@ -15,8 +15,6 @@ ...@@ -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;
......
...@@ -33,7 +33,8 @@ public interface ManifestParser<T> { ...@@ -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.
......
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