Show / Hide Table of Contents

Class TransformImpactOverThreshold

Inheritance
System.Object
Transform
TransformImpactOverThreshold
Implements
ITransform
Inherited Members
Transform.InputChannels
Transform.OutputChannels
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 TransformImpactOverThreshold : Transform, ITransform

Constructors

TransformImpactOverThreshold(Int32, Int32, Double, Double, Double)

Declaration
public TransformImpactOverThreshold(int inputChans, int outputChans, double lowFrequency, double highFrequency, double threshold)
Parameters
Type Name Description
System.Int32 inputChans
System.Int32 outputChans
System.Double lowFrequency
System.Double highFrequency
System.Double threshold

Methods

ProcessData()

Copy data directly from input to output channels

Declaration
public override void ProcessData()
Overrides
Transform.ProcessData()

VerifySampleRates()

Declaration
public override bool VerifySampleRates()
Returns
Type Description
System.Boolean
Overrides
Transform.VerifySampleRates()

Implements

ITransform
Back to top Generated by DocFX