The Developer Preview for Android 11 is now available; test it out and share your feedback.

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 extractors implementations provided to MediaParser.create(MediaParser.OutputConsumer, String...) failed to sniff the input content.

Summary

Inherited methods