Uses of Enum Class
org.vaadin.firitin.util.WebAudio.Waveform
Packages that use WebAudio.Waveform
-
Uses of WebAudio.Waveform in org.vaadin.firitin.util
Subclasses with type arguments of type WebAudio.Waveform in org.vaadin.firitin.utilMethods in org.vaadin.firitin.util that return WebAudio.WaveformModifier and TypeMethodDescriptionstatic WebAudio.WaveformReturns the enum constant of this class with the specified name.static WebAudio.Waveform[]WebAudio.Waveform.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.util with parameters of type WebAudio.WaveformModifier and TypeMethodDescriptionvoidWebAudio.playBeep(int durationMs, double frequencyHz, WebAudio.Waveform waveform) Plays a beep with the given duration, frequency and waveform.WebAudio.playBeeps(int count, int durationMs, int gapMs, double frequencyHz, WebAudio.Waveform waveform) Playscountbeeps with the given duration, frequency, gap and waveform.