Show / Hide Table of Contents

    Class DoubleInlet

    Just an example implementation for a Inlet receiving double values for OpenViBE Link.

    Inheritance
    Object
    OVInlet<Double>
    OVDoubleInlet
    DoubleInlet
    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 DoubleInlet : OVDoubleInlet

    Properties

    LastSample

    Declaration
    public double[] LastSample { get; }
    Property Value
    Type Description
    Double[]

    Methods

    Process(Double[], Double)

    Override this method in the subclass to specify what should happen when samples are available.

    Declaration
    protected override void Process(double[] input, double time)
    Parameters
    Type Name Description
    Double[] input
    Double time

    The current Time.

    Overrides
    LSL4Unity.OV.OVInlet<System.Double>.Process(System.Double[], System.Double)

    See Also

    OVFloatInlet
    Back to top LSL 4 Unity documentation