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