TriggerType Enumeration

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

public enum TriggerType

Defines the trigger behaviour while recording.

Values

NameDescription
trAutoThe data obtained, when the trigger condition was meet, will be preserved only until the next time the trigger condition is meet.
trNoneThe trigger is disabled.
trSingleThe data obtained, when the trigger condition was meet, will be preserved, until the user manualy resets the trigger.