Uses of Class
org.openhab.core.audio.UnsupportedAudioStreamException
-
Uses of UnsupportedAudioStreamException in org.openhab.core.audio
Modifier and TypeMethodDescriptionvoid
AudioSink.process
(@Nullable AudioStream audioStream) Deprecated.void
AudioSinkAsync.process
(@Nullable AudioStream audioStream) void
AudioSinkSync.process
(@Nullable AudioStream audioStream) protected abstract void
AudioSinkAsync.processAsynchronously
(@Nullable AudioStream audioStream) Processes the passedAudioStream
asynchronously.protected abstract void
AudioSinkSync.processSynchronously
(@Nullable AudioStream audioStream) Processes the passedAudioStream
and returns only when the playback is ended.
AudioSink.processAndComplete(AudioStream)