Class TransformOffset
A sample Transform which takes X input channels, applies an offset, and creates X output channels.
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 TransformOffset : Transform, ITransform
Constructors
TransformOffset(Int32, Int32, Int32)
Declaration
public TransformOffset(int inputChans, int outputChans, int offset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | inputChans | |
| System.Int32 | outputChans | |
| System.Int32 | offset |
Methods
ProcessData()
Declaration
public override void ProcessData()
Overrides
VerifySampleRates()
Declaration
public override bool VerifySampleRates()
Returns
| Type | Description |
|---|---|
| System.Boolean |