Added in API level 30

MediaCodec.IncompatibleWithBlockModelException

public class MediaCodec.IncompatibleWithBlockModelException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.media.MediaCodec.IncompatibleWithBlockModelException


Thrown when the codec is configured for block model and an incompatible API is called.

Summary

Inherited methods