Show / Hide Table of Contents

    Class StimulationInlet

    Implementation for a Inlet receiving Stimulations (int) from OpenViBE.

    Inheritance
    Object
    OVInlet<Int32>
    OVIntInlet
    StimulationInlet
    Inherited Members
    OVIntInlet.PullSamples()
    OVInlet<Int32>.StreamName
    OVInlet<Int32>.inlet
    OVInlet<Int32>.expectedChannels
    OVInlet<Int32>.samples
    OVInlet<Int32>.ForceUpdate()
    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)

    See Also

    OVIntInlet
    Back to top LSL 4 Unity documentation