Class ChannelTrigno
A base trigno channel.
Inheritance
System.Object
ChannelTrigno
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.Channels.Trigno
Assembly: DelsysAPI.dll
Syntax
public abstract class ChannelTrigno : Channel
Constructors
ChannelTrigno(Int32, Int32, Units)
Declaration
protected ChannelTrigno(int samplesPerFrame, int sampleSize, Units unit)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | samplesPerFrame | |
| System.Int32 | sampleSize | |
| Units | unit |
Methods
GetScaledSample(Double)
Declaration
public override double GetScaledSample(double sample)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | sample |
Returns
| Type | Description |
|---|---|
| System.Double |