Class OVIntInlet
Int Inlet for OpenViBE Link.
Inherited Members
Namespace: LSL4Unity.OV
Assembly: cs.temp.dll.dll
Syntax
public abstract class OVIntInlet : OVInlet<int>
Methods
PullSamples()
Pull the samples.
Declaration
protected override void PullSamples()
Overrides
LSL4Unity.OV.OVInlet<System.Int32>.PullSamples()
See Also
OVInlet<T>