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 TypeMethodDescriptionvoidRecorderSettings.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 RecorderTriggerDataRecorderTrigger.getDefaultTriggerData()Get default data for this trigger.static RecorderTriggerDataTriggerOptionsDialog.showDialog(Window parent, RecorderTriggerData rtData) Methods in SoundRecorder.trigger with parameters of type RecorderTriggerDataModifier and TypeMethodDescriptiondoubleTriggerDecisionMaker.canRecord(RecorderTriggerData rtData, long timeNow, int nChan, float sampleRate, int nBytes) Work out whether or not a recording can be made.static RecorderTriggerDataTriggerOptionsDialog.showDialog(Window parent, RecorderTriggerData rtData) booleanRecorderTrigger.showOptionsDialog(Window frame, RecorderTriggerData triggerData) Show a dialog of additional options for the recorder trigger.booleanRecorderTrigger.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 TypeClassDescriptionclassNotes 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