MuxerException
Artifact: androidx.media3:media3-muxer
@UnstableApi
class MuxerException : Exception
Thrown when a muxer failure occurs.
Summary
Public constructors |
|---|
MuxerException(message: String!, cause: Throwable!)Creates an instance. |
Inherited functions |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public constructors
MuxerException
MuxerException(message: String!, cause: Throwable!)
Creates an instance.
| Parameters | |
|---|---|
message: String! |
See |
cause: Throwable! |
See |