Back to Exoplayer

AudioProcessor.UnhandledAudioFormatException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/audio/AudioProcessor.UnhandledAudioFormatException.html

latest2.7 KB
Original Source

Package com.google.android.exoplayer2.audio

Class AudioProcessor.UnhandledAudioFormatException


public static final classAudioProcessor.UnhandledAudioFormatExceptionextends[Exception](https://developer.android.com/reference/java/lang/Exception.html "class or interface in java.lang")

Exception thrown when the given AudioProcessor.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

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

- 

UnhandledAudioFormatException

public UnhandledAudioFormatException​([AudioProcessor.AudioFormat](AudioProcessor.AudioFormat.html "class in com.google.android.exoplayer2.audio")inputAudioFormat)
- 

UnhandledAudioFormatException

public UnhandledAudioFormatException​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message,[AudioProcessor.AudioFormat](AudioProcessor.AudioFormat.html "class in com.google.android.exoplayer2.audio")audioFormat)