Uses of Class
soundPlayback.PlaybackControl
Packages that use PlaybackControl
Package
Description
-
Uses of PlaybackControl in Acquisition
Methods in Acquisition with parameters of type PlaybackControlModifier and TypeMethodDescriptionDaqSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) Gets a playback system for playing sound back out through headphones / speakers, etc.icListenSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) SoundCardSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) -
Uses of PlaybackControl in asiojni
Methods in asiojni with parameters of type PlaybackControlModifier and TypeMethodDescriptionASIOSoundSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) NewAsioSoundSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) boolean
ASIOPlaybackSystem.prepareSystem
(PlaybackControl playbackControl, int channels, float sampleRate) -
Uses of PlaybackControl in hfDaqCard
Methods in hfDaqCard with parameters of type PlaybackControlModifier and TypeMethodDescriptionSmruDaqSystem.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) -
Uses of PlaybackControl in nidaqdev
Methods in nidaqdev with parameters of type PlaybackControlModifier and TypeMethodDescriptionNIDAQProcess.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) boolean
NIPlaybackSystem.prepareSystem
(PlaybackControl playbackControl, int nChannels, float sampleRate) -
Uses of PlaybackControl in nidaqdev.networkdaq
Methods in nidaqdev.networkdaq with parameters of type PlaybackControlModifier and TypeMethodDescriptionNINetworkDaq.getPlaybackSystem
(PlaybackControl playbackControl, DaqSystem daqSystem) -
Uses of PlaybackControl in soundPlayback
Methods in soundPlayback that return PlaybackControlModifier and TypeMethodDescriptionFilePlayback.getPlaybackControl()
static PlaybackControl
PlaybackControl.getViewerPlayback()
Static easy access to the playback module in PAMGUARD viewer mode.Methods in soundPlayback with parameters of type PlaybackControlModifier and TypeMethodDescriptionboolean
FilePlayback.prepareSystem
(PlaybackControl playbackControl, int nChannels, float sampleRate) abstract boolean
PlaybackSystem.prepareSystem
(PlaybackControl playbackControl, int nChannels, float sampleRate) boolean
SoundCardPlayback.prepareSystem
(PlaybackControl playbackControl, int nChannels, float playbackRate) Constructors in soundPlayback with parameters of type PlaybackControlModifierConstructorDescriptionFilePlayback
(PlaybackControl playbackControl) PlaybackProcess
(PlaybackControl playbackControl) -
Uses of PlaybackControl in soundPlayback.fx
Constructors in soundPlayback.fx with parameters of type PlaybackControlModifierConstructorDescriptionPlayBackGUI
(PlaybackControl aquisitionControl) PlayBackPane
(PlaybackControl playbackControl) PlayBackSidePane
(PlaybackControl playBackControl) -
Uses of PlaybackControl in soundPlayback.preprocess
Constructors in soundPlayback.preprocess with parameters of type PlaybackControlModifierConstructorDescriptionEnvelopeTracer
(PlaybackControl playbackControl) PlaybackDecimator
(PlaybackControl playbackControl) PlaybackFilter
(PlaybackControl playbackControl) PlaybackGain
(PlaybackControl playbackControl) -
Uses of PlaybackControl in soundPlayback.swing
Methods in soundPlayback.swing with parameters of type PlaybackControlModifier and TypeMethodDescriptionstatic PlaybackParameters
PlaybackDialog.showDialog
(Frame parentFrame, PlaybackParameters playbackParameters, PlaybackControl playbackControl) Constructors in soundPlayback.swing with parameters of type PlaybackControlModifierConstructorDescriptionPlaybackSideOptionsPanel
(PlaybackControl playbackControl) PlaybackSidePanel
(PlaybackControl playbackControl)