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