Uses of Interface
org.openhab.core.audio.AudioSink
Packages that use AudioSink
-
Uses of AudioSink in org.openhab.core.audio
Classes in org.openhab.core.audio that implement AudioSinkModifier and TypeClassDescriptionclass
Definition of an audio output like headphones, a speaker or for writing to a file / clip.class
Definition of an audio output like headphones, a speaker or for writing to a file / clip.Methods in org.openhab.core.audio that return AudioSinkModifier and TypeMethodDescription@Nullable AudioSink
AudioManager.getSink()
Retrieves an AudioSink.@Nullable AudioSink
Retrieves the sink for a given idMethods in org.openhab.core.audio that return types with arguments of type AudioSinkMethods in org.openhab.core.audio with parameters of type AudioSinkModifier and TypeMethodDescriptionAudioManager.handleVolumeCommand
(@Nullable PercentType volume, AudioSink sink) Handles a volume command change and returns a Runnable to restore it. -
Uses of AudioSink in org.openhab.core.voice
Methods in org.openhab.core.voice that return AudioSinkModifier and TypeMethodDescriptionDialogContext.sink()
Returns the value of thesink
record component.Methods in org.openhab.core.voice with parameters of type AudioSinkModifier and TypeMethodDescriptionConstructors in org.openhab.core.voice with parameters of type AudioSinkModifierConstructorDescriptionDialogContext
(@Nullable KSService ks, @Nullable String keyword, STTService stt, TTSService tts, @Nullable Voice voice, List<HumanLanguageInterpreter> hlis, AudioSource source, AudioSink sink, Locale locale, String dialogGroup, @Nullable String locationItem, @Nullable String listeningItem, @Nullable String listeningMelody) Creates an instance of aDialogContext
record class.