Class AudioProcessor.UnhandledAudioFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.android.exoplayer2.audio.AudioProcessor.UnhandledAudioFormatException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AudioProcessor
public static final class AudioProcessor.UnhandledAudioFormatException extends Exception
Exception thrown when the givenAudioProcessor.AudioFormat
can not be handled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnhandledAudioFormatException(AudioProcessor.AudioFormat inputAudioFormat)
UnhandledAudioFormatException(String message, AudioProcessor.AudioFormat audioFormat)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnhandledAudioFormatException
public UnhandledAudioFormatException(AudioProcessor.AudioFormat inputAudioFormat)
-
UnhandledAudioFormatException
public UnhandledAudioFormatException(String message, AudioProcessor.AudioFormat audioFormat)
-
-