public final class

AudioProcessor.UnhandledAudioFormatException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.media3.common.audio.AudioProcessor.UnhandledAudioFormatException

Overview

Exception thrown when the given AudioProcessor.AudioFormat can not be handled.

Summary

Fields
public final AudioProcessor.AudioFormatinputAudioFormat

Constructors
publicUnhandledAudioFormatException(AudioProcessor.AudioFormat inputAudioFormat)

publicUnhandledAudioFormatException(java.lang.String message, AudioProcessor.AudioFormat audioFormat)

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 AudioProcessor.AudioFormat inputAudioFormat

Constructors

public UnhandledAudioFormatException(AudioProcessor.AudioFormat inputAudioFormat)

public UnhandledAudioFormatException(java.lang.String message, AudioProcessor.AudioFormat audioFormat)