Uses of Class
SoundRecorder.trigger.RecorderTriggerData
-
Uses of RecorderTriggerData in clickDetector
-
Uses of RecorderTriggerData in SoundRecorder
Modifier 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.Modifier and TypeMethodDescriptionvoid
RecorderSettings.replaceTriggerData
(RecorderTriggerData newData) Find a trigger data object with the same name and replace it. -
Uses of RecorderTriggerData in SoundRecorder.trigger
Modifier and TypeMethodDescriptionRecorderTriggerData.clone()
abstract RecorderTriggerData
RecorderTrigger.getDefaultTriggerData()
Get default data for this trigger.static RecorderTriggerData
TriggerOptionsDialog.showDialog
(Window parent, RecorderTriggerData rtData) Modifier 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. -
Uses of RecorderTriggerData in whistlesAndMoans
Modifier 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).