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