AudioSink.ConfigurationException


class AudioSink.ConfigurationException : Exception


Thrown when a failure occurs configuring the sink.

Summary

Public constructors

Creates a new configuration exception with the specified cause and no message.

ConfigurationException(message: String!, format: Format!)

Creates a new configuration exception with the specified message and no cause.

Public properties

Format!

Input Format of the sink when the configuration failure occurs.

Inherited functions

From java.lang.Throwable

Public constructors

ConfigurationException

ConfigurationException(cause: Throwable!, format: Format!)

Creates a new configuration exception with the specified cause and no message.

ConfigurationException

ConfigurationException(message: String!, format: Format!)

Creates a new configuration exception with the specified message and no cause.

Public properties

format

val formatFormat!

Input Format of the sink when the configuration failure occurs.