Class TransformOverThreshold
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Transforms
Assembly: DelsysAPI.dll
Syntax
public class TransformOverThreshold : Transform, ITransform
Constructors
TransformOverThreshold(Int32, Int32, Single, Single)
Declaration
public TransformOverThreshold(int inputChans, int outputChans, float threshold, float interval)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | inputChans | |
| System.Int32 | outputChans | |
| System.Single | threshold | |
| System.Single | interval |
Methods
ProcessData()
Copy data directly from input to output channels
Declaration
public override void ProcessData()
Overrides
VerifySampleRates()
Declaration
public override bool VerifySampleRates()
Returns
| Type | Description |
|---|---|
| System.Boolean |