Class MatrixInlet
Implementation for a Inlet receiving Matrix (double) from OpenViBE.
Assembly: cs.temp.dll.dll
Syntax
public class MatrixInlet : OVDoubleInlet
Fields
matrix
Declaration
Field Value
nChannel
Declaration
Field Value
nSample
Declaration
Field Value
readyToSend
Declaration
Field Value
Methods
Process(Double[], Double)
Declaration
protected override void Process(double[] input, double time)
Parameters
Overrides
LSL4Unity.OV.OVInlet<System.Double>.Process(System.Double[], System.Double)
See Also