Uses of Class
ca.corbett.extras.audio.AudioWaveformPanel
Packages that use AudioWaveformPanel
Package
Description
Contains utility classes related to audio handling (playback and recording).
-
Uses of AudioWaveformPanel in ca.corbett.extras.audio
Methods in ca.corbett.extras.audio with parameters of type AudioWaveformPanelModifier and TypeMethodDescriptionvoidAudioPanelListener.audioLoaded(AudioWaveformPanel sourcePanel) Indicates that an audio clip has been loaded into the panel.voidAudioPanelListener.recordingComplete(AudioWaveformPanel sourcePanel) Indicates that a clip has been recorded within the panel and is available for playback or saving.voidAudioPanelListener.stateChanged(AudioWaveformPanel sourcePanel, AudioWaveformPanel.PanelState state) Indicates a state change within the panel. -
Uses of AudioWaveformPanel in ca.corbett.extras.demo.panels
Methods in ca.corbett.extras.demo.panels with parameters of type AudioWaveformPanelModifier and TypeMethodDescriptionvoidAudioDemoPanel.audioLoaded(AudioWaveformPanel sourcePanel) voidAudioDemoPanel.recordingComplete(AudioWaveformPanel sourcePanel) voidAudioDemoPanel.stateChanged(AudioWaveformPanel sourcePanel, AudioWaveformPanel.PanelState state)