SsManifestParser.MissingFieldException


class SsManifestParser.MissingFieldException : ParserException


Thrown if a required field is missing.

Summary

Public constructors

Inherited functions

From androidx.media3.common.ParserException
java-static ParserException!

Creates a new instance for which contentIsMalformed is true and dataType is DATA_TYPE_MEDIA.

java-static ParserException!

Creates a new instance for which contentIsMalformed is true and dataType is DATA_TYPE_UNKNOWN.

java-static ParserException!

Creates a new instance for which contentIsMalformed is true and dataType is DATA_TYPE_MANIFEST.

java-static ParserException!
createForManifestWithUnsupportedFeature(
    message: String?,
    cause: Throwable?
)

Creates a new instance for which contentIsMalformed is false and dataType is DATA_TYPE_MANIFEST.

java-static ParserException!

Creates a new instance for which contentIsMalformed is false and dataType is DATA_TYPE_MEDIA.

String?
From java.lang.Throwable

Inherited properties

From androidx.media3.common.ParserException
Boolean

Whether the parsing error was caused by a bitstream not following the expected format.

Int

The data type of the parsed bitstream.

Public constructors

MissingFieldException

MissingFieldException(fieldName: String!)