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 TypeMethodDescriptionvoid
AudioSink.process
(@Nullable AudioStream audioStream) Processes the passedAudioStream
If the passedAudioStream
is not supported by this instance, anUnsupportedAudioStreamException
is thrown.