MuxerException


@UnstableApi
class MuxerException : Exception

kotlin.Any
   โ†ณ kotlin.Throwable
     โ†ณ java.lang.Exception
       โ†ณ androidx.media3.muxer.MuxerException

Thrown when a muxer failure occurs.

Summary

Public constructors

MuxerException(message: String!, cause: Throwable!)

Creates an instance.

Public constructors

MuxerException

MuxerException(message: String!, cause: Throwable!)

Creates an instance.

Parameters
message: String!

See getMessage.

cause: Throwable!

See getCause.