@UnstableApi
class SsManifestParser : ParsingLoadable.Parser


Parses SmoothStreaming client manifests.

See the IIS Smooth Streaming Client Manifest Format

Summary

Nested types

Thrown if a required field is missing.

Public constructors

Public functions

SsManifest!
parse(uri: Uri!, inputStream: InputStream!)

Parses an object from a response.

Public constructors

SsManifestParser

SsManifestParser()

Public functions

parse

fun parse(uri: Uri!, inputStream: InputStream!): SsManifest!

Parses an object from a response.

Parameters
uri: Uri!

The source Uri of the response, after any redirection.

inputStream: InputStream!

An InputStream from which the response data can be read.

Returns
SsManifest!

The parsed object.

Throws
androidx.media3.common.ParserException

If an error occurs parsing the data.

java.io.IOException

If an error occurs reading data from the stream.