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

Defines which data (pre/post trigger) the trigger will capture.

Pascal
TTriggerPosition = (
  tpAfter,
  tpBefore,
  tpCenter,
  tpUser
);
Members 
Description 
tpAfter 
The trigger will preserve data following the sample for which the trigger condition was meet. 
tpBefore 
The trigger will preserve data preceding the sample for which the trigger condition was meet. 
tpCenter 
The trigger will preserve equal amount of data preceding and following the sample for which the trigger condition was meet. 
tpUser 
The trigger will preserve userd defined number of samples preceding and following the sample, for which the trigger condition was meet 

Defines the data, to be preserved, when the trigger condition is meet.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!