Muxer.MuxerException


class Muxer.MuxerException : Exception


Thrown when a muxing 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.