Show / Hide Table of Contents

    Class StimulationOutlet

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

    Inheritance
    Object
    OVOutlet<Int32>
    OVIntOutlet
    StimulationOutlet
    Inherited Members
    OVIntOutlet.PushSamples()
    OVOutlet<Int32>.StreamName
    OVOutlet<Int32>.ChannelCount
    OVOutlet<Int32>.outlet
    OVOutlet<Int32>.info
    OVOutlet<Int32>.samples
    OVOutlet<Int32>.streamType
    OVOutlet<Int32>.ForceUpdate(Int32[])
    Namespace: LSL4Unity.OV.Template
    Assembly: cs.temp.dll.dll
    Syntax
    public class StimulationOutlet : OVIntOutlet

    Methods

    Process(Int32[])

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

    Declaration
    protected override void Process(int[] input)
    Parameters
    Type Name Description
    Int32[] input
    Overrides
    LSL4Unity.OV.OVOutlet<System.Int32>.Process(System.Int32[])

    See Also

    OVIntOutlet
    Back to top LSL 4 Unity documentation