Google is committed to advancing racial equity for Black communities. See how.
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(MediaParser.OutputConsumer, String...) failed to sniff the input content.

Summary

Inherited methods