Show / Hide Table of Contents

    Class MatrixInlet

    Implementation for a Inlet receiving Matrix (double) from OpenViBE.

    Inheritance
    Object
    OVInlet<Double>
    OVDoubleInlet
    MatrixInlet
    Inherited Members
    OVDoubleInlet.PullSamples()
    OVInlet<Double>.StreamName
    OVInlet<Double>.inlet
    OVInlet<Double>.expectedChannels
    OVInlet<Double>.samples
    OVInlet<Double>.ForceUpdate()
    Namespace: LSL4Unity.OV.Template
    Assembly: cs.temp.dll.dll
    Syntax
    public class MatrixInlet : OVDoubleInlet

    Fields

    matrix

    Declaration
    public double[, ] matrix
    Field Value
    Type Description
    Double[,]

    nChannel

    Declaration
    public int nChannel
    Field Value
    Type Description
    Int32

    nSample

    Declaration
    public int nSample
    Field Value
    Type Description
    Int32

    readyToSend

    Declaration
    public bool readyToSend
    Field Value
    Type Description
    Boolean

    Methods

    Process(Double[], Double)

    Declaration
    protected override void Process(double[] input, double time)
    Parameters
    Type Name Description
    Double[] input
    Double time
    Overrides
    LSL4Unity.OV.OVInlet<System.Double>.Process(System.Double[], System.Double)

    See Also

    OVDoubleInlet
    Back to top LSL 4 Unity documentation