Uses of Class
org.openhab.core.audio.UnsupportedAudioStreamException
Packages that use UnsupportedAudioStreamException
-
Uses of UnsupportedAudioStreamException in org.openhab.core.audio
Methods in org.openhab.core.audio that throw UnsupportedAudioStreamExceptionModifier 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)