Uses of Class
SoundRecorder.trigger.RecorderTriggerData
Packages that use RecorderTriggerData
-
Uses of RecorderTriggerData in clickDetector
Subclasses of RecorderTriggerData in clickDetectorMethods in clickDetector that return RecorderTriggerData -
Uses of RecorderTriggerData in SoundRecorder
Methods in SoundRecorder that return RecorderTriggerDataModifier and TypeMethodDescriptionRecorderSettings.findTriggerData
(String triggerName) find a set of trigger data by name.RecorderSettings.findTriggerData
(RecorderTrigger recorderTrigger) Find the active trigger data for a trigger of a given name.Methods in SoundRecorder with parameters of type RecorderTriggerDataModifier and TypeMethodDescriptionvoid
RecorderSettings.replaceTriggerData
(RecorderTriggerData newData) Find a trigger data object with the same name and replace it. -
Uses of RecorderTriggerData in SoundRecorder.trigger
Methods in SoundRecorder.trigger that return RecorderTriggerDataModifier and TypeMethodDescriptionRecorderTriggerData.clone()
abstract RecorderTriggerData
RecorderTrigger.getDefaultTriggerData()
Get default data for this trigger.static RecorderTriggerData
TriggerOptionsDialog.showDialog
(Window parent, RecorderTriggerData rtData) Methods in SoundRecorder.trigger with parameters of type RecorderTriggerDataModifier and TypeMethodDescriptiondouble
TriggerDecisionMaker.canRecord
(RecorderTriggerData rtData, long timeNow, int nChan, float sampleRate, int nBytes) Work out whether or not a recording can be made.static RecorderTriggerData
TriggerOptionsDialog.showDialog
(Window parent, RecorderTriggerData rtData) boolean
RecorderTrigger.showOptionsDialog
(Window frame, RecorderTriggerData triggerData) Show a dialog of additional options for the recorder trigger.boolean
RecorderTrigger.triggerDataUnit
(PamDataUnit dataUnit, RecorderTriggerData rtData) Called as each data unit is considered for triggering.Constructors in SoundRecorder.trigger with parameters of type RecorderTriggerData -
Uses of RecorderTriggerData in whistlesAndMoans
Subclasses of RecorderTriggerData in whistlesAndMoansModifier and TypeClassDescriptionclass
Notes on ManagedParameters - the superclass RecorderTriggerData extends ManagedParameters and manually adds in a few fields in the getParameterSet method that would otherwise be missed (because they are protected and do not have getters).Methods in whistlesAndMoans that return RecorderTriggerData