You are here: Symbol Reference > AudioSignal Namespace > Structs, Records, Enums > AudioSignal.TTrigger Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
AudioSignal.TTrigger Enumeration

Defines the trigger behaviour while recording.

Pascal
TTrigger = (
  trNone,
  trSingle,
  trAuto
);
Members 
Description 
trNone 
The trigger is disabled. 
trSingle 
The data obtained, when the trigger condition was meet, will be preserved, until the user manualy resets the trigger. 
trAuto 
The data obtained, when the trigger condition was meet, will be preserved only until the next time the trigger condition is meet 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!