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