LSLSample<T> class
A representation of a sample.
This class represents both samples pulled from an inlet, and in future versions, samples pushed to an outlet.
Constructors
-
LSLSample.new(List<
T> data, double timestamp, int errorCode)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → T