Show / Hide Table of Contents

Class TransformOffset

A sample Transform which takes X input channels, applies an offset, and creates X output channels.

Inheritance
System.Object
Transform
TransformOffset
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 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
Transform.ProcessData()

VerifySampleRates()

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

Implements

ITransform
Back to top Generated by DocFX