Added in API level 30

MediaParser.UnrecognizedInputFormatException

public static final class MediaParser.UnrecognizedInputFormatException
extends IOException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ android.media.MediaParser.UnrecognizedInputFormatException


Thrown if all parser implementations provided to MediaParser.create(OutputConsumer, String) failed to sniff the input content.

Summary

Inherited methods