Stay organized with collections
Save and categorize content based on your preferences.
class UnrecognizedInputFormatException : IOException
Thrown if all parser implementations provided to create
failed to sniff the input content.
Summary
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# MediaParser.UnrecognizedInputFormatException\n\nAdded in [API level 30](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nUnrecognizedInputFormatException\n================================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/media/MediaParser.UnrecognizedInputFormatException \"View this page in Java\") \n\n```\nclass UnrecognizedInputFormatException : IOException\n```\n\n|---|---|---|---|-----------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) ||||\n| | ↳ | [java.lang.Exception](../../java/lang/Exception.html#) |||\n| | | ↳ | [java.io.IOException](../../java/io/IOException.html#) ||\n| | | | ↳ | [android.media.MediaParser.UnrecognizedInputFormatException](#) |\n\nThrown if all parser implementations provided to [create](/reference/kotlin/android/media/MediaParser#create(android.media.MediaParser.OutputConsumer,%20kotlin.String)) failed to sniff the input content.\n\nSummary\n-------"]]