public class SmoothStreamingManifestParser extends Object implements UriLoadable.Parser<SmoothStreamingManifest>
| Modifier and Type | Class and Description |
|---|---|
static class |
SmoothStreamingManifestParser.MissingFieldException
Thrown if a required field is missing.
|
| Constructor and Description |
|---|
SmoothStreamingManifestParser() |
| Modifier and Type | Method and Description |
|---|---|
SmoothStreamingManifest |
parse(String connectionUrl,
InputStream inputStream)
Parses an object from a response.
|
public SmoothStreamingManifest parse(String connectionUrl, InputStream inputStream) throws IOException, ParserException
UriLoadable.Parserparse in interface UriLoadable.Parser<SmoothStreamingManifest>connectionUrl - The source of the response, after any redirection.inputStream - An InputStream from which the response data can be read.ParserException - If an error occurs parsing the data.IOException - If an error occurs reading data from the stream.