AudioProcessor.UnhandledAudioFormatException


public final class AudioProcessor.UnhandledAudioFormatException extends Exception


Exception thrown when the given AudioFormat can not be handled.

Summary

Public constructors

UnhandledAudioFormatException(
    String message,
    AudioProcessor.AudioFormat audioFormat
)

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public fields

inputAudioFormat

public final AudioProcessor.AudioFormat inputAudioFormat

Public constructors

UnhandledAudioFormatException

public UnhandledAudioFormatException(
    AudioProcessor.AudioFormat inputAudioFormat
)

UnhandledAudioFormatException

public UnhandledAudioFormatException(
    String message,
    AudioProcessor.AudioFormat audioFormat
)