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