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