Class DoubleInlet
Just an example implementation for a Inlet receiving double values for OpenViBE Link.
Inherited Members
Namespace: LSL4Unity.OV.Template
Assembly: cs.temp.dll.dll
Syntax
public class DoubleInlet : OVDoubleInlet
Properties
LastSample
Declaration
public double[] LastSample { get; }
Property Value
Type | Description |
---|---|
Double[] |
Methods
Process(Double[], Double)
Override this method in the subclass to specify what should happen when samples are available.
Declaration
protected override void Process(double[] input, double time)
Parameters
Type | Name | Description |
---|---|---|
Double[] | input | |
Double | time | The current Time. |
Overrides
LSL4Unity.OV.OVInlet<System.Double>.Process(System.Double[], System.Double)