Remove unused import. Tweak documentation.
This commit is contained in:
parent
8378019839
commit
bf95592b2c
@ -15,8 +15,6 @@
|
||||
*/
|
||||
package com.google.android.exoplayer.util;
|
||||
|
||||
import com.google.android.exoplayer.C;
|
||||
|
||||
import android.net.Uri;
|
||||
import android.os.AsyncTask;
|
||||
|
||||
|
@ -33,7 +33,8 @@ public interface ManifestParser<T> {
|
||||
* Parses a manifest from an {@link InputStream}.
|
||||
*
|
||||
* @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 baseUri If the manifest contains relative uris, this is the uri they are relative to.
|
||||
* May be null.
|
||||
|
Loading…
x
Reference in New Issue
Block a user