Class StimulationOutlet
Implementation for a Inlet receiving Stimulations (int) from OpenViBE.
Inherited Members
Namespace: LSL4Unity.OV.Template
Assembly: cs.temp.dll.dll
Syntax
public class StimulationOutlet : OVIntOutlet
Methods
Process(Int32[])
Override this method in the subclass to specify what should happen when samples are available.
Declaration
protected override void Process(int[] input)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | input |
Overrides
LSL4Unity.OV.OVOutlet<System.Int32>.Process(System.Int32[])