TriggerPosition Enumeration

Source: AudioSignal.cs · Assembly: Dew.Signal.Audio

public enum TriggerPosition

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

Values

NameDescription
tpAfterThe trigger will preserve data following the sample for which the trigger condition was meet.
tpBeforeThe trigger will preserve data preceding the sample for which the trigger condition was meet.
tpCenterThe trigger will preserve equal amount of data preceding and following the sample for which the trigger condition was meet.
tpUserThe trigger will preserve userd defined number of samples preceding and following the sample, for which the trigger condition was meet