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