public final class

AudioProcessor.UnhandledAudioFormatException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.media3.exoplayer.audio.AudioProcessor.UnhandledAudioFormatException

Overview

Exception thrown when a processor can't be configured for a given input audio format.

Summary

Constructors
publicUnhandledAudioFormatException(AudioProcessor.AudioFormat inputAudioFormat)

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

Constructors

public UnhandledAudioFormatException(AudioProcessor.AudioFormat inputAudioFormat)