Class UnrecognizedInputFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.android.exoplayer2.ParserException
-
- com.google.android.exoplayer2.source.UnrecognizedInputFormatException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class UnrecognizedInputFormatException extends ParserException
Deprecated.com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.Thrown if the input format was not recognized.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Uri
uri
Deprecated.TheUri
from which the unrecognized data was read.-
Fields inherited from class com.google.android.exoplayer2.ParserException
contentIsMalformed, dataType
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedInputFormatException(String message, Uri uri)
Deprecated.
-
Method Summary
-
Methods inherited from class com.google.android.exoplayer2.ParserException
createForMalformedContainer, createForMalformedDataOfUnknownType, createForMalformedManifest, createForManifestWithUnsupportedFeature, createForUnsupportedContainerFeature, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-