Uses of Class
adams.gui.audio.AudioPlaybackPanel
-
Packages that use AudioPlaybackPanel Package Description adams.gui.tools.audioannotator -
-
Uses of AudioPlaybackPanel in adams.gui.tools.audioannotator
Fields in adams.gui.tools.audioannotator declared as AudioPlaybackPanel Modifier and Type Field Description protected AudioPlaybackPanel
Ticker. m_AudioPlayer
the media player to get timestamps fromprotected AudioPlaybackPanel
AudioAnnotationPanel. m_Player
The playback we're annotating forprotected AudioPlaybackPanel
AudioAnnotatorPanel. m_Player
a audio player panelMethods in adams.gui.tools.audioannotator with parameters of type AudioPlaybackPanel Modifier and Type Method Description void
AudioAnnotationPanel. configureAnnotationPanel(Binding binding, AudioPlaybackPanel player)
Constructs a AnnotationPanelConstructors in adams.gui.tools.audioannotator with parameters of type AudioPlaybackPanel Constructor Description Ticker(AudioPlaybackPanel player)
Constructer for the ticker class.
-