Added in API level 34

InvalidBufferFlagsException


class InvalidBufferFlagsException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.media.MediaCodec.InvalidBufferFlagsException

Thrown when a buffer is marked with an invalid combination of flags (e.g. both BUFFER_FLAG_END_OF_STREAM and BUFFER_FLAG_DECODE_ONLY)

Summary