Show / Hide Table of Contents

    Class FloatInlet

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

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

    Properties

    LastSample

    Declaration
    public float[] LastSample { get; }
    Property Value
    Type Description
    Single[]

    Methods

    Process(Single[], Double)

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

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

    The current Time.

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

    See Also

    OVFloatInlet
    Back to top LSL 4 Unity documentation