Uses of Class
org.openhab.core.audio.UnsupportedAudioFormatException
Packages that use UnsupportedAudioFormatException
- 
Uses of UnsupportedAudioFormatException in org.openhab.core.audio
Methods in org.openhab.core.audio that throw UnsupportedAudioFormatExceptionModifier and TypeMethodDescriptionvoidAudioSink.process(@Nullable AudioStream audioStream) Deprecated.voidAudioSinkAsync.process(@Nullable AudioStream audioStream) voidAudioSinkSync.process(@Nullable AudioStream audioStream) protected abstract voidAudioSinkAsync.processAsynchronously(@Nullable AudioStream audioStream) Processes the passedAudioStreamasynchronously.protected abstract voidAudioSinkSync.processSynchronously(@Nullable AudioStream audioStream) Processes the passedAudioStreamand returns only when the playback is ended. 
AudioSink.processAndComplete(AudioStream)