public final class

AudioSink.ConfigurationException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.media3.exoplayer.audio.AudioSink.ConfigurationException

Overview

Thrown when a failure occurs configuring the sink.

Summary

Fields
public final Formatformat

Input Format of the sink when the configuration failure occurs.

Constructors
publicConfigurationException(java.lang.String message, Format format)

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

publicConfigurationException(java.lang.Throwable cause, Format format)

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

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public final Format format

Input Format of the sink when the configuration failure occurs.

Constructors

public ConfigurationException(java.lang.Throwable cause, Format format)

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

public ConfigurationException(java.lang.String message, Format format)

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