Class | Description |
---|---|
LSL |
Java API for the lab streaming layer.
|
LSL.ContinuousResolver |
A convenience class that resolves streams continuously in the background throughout
its lifetime and which can be queried at any time for the set of streams that are currently
visible on the network.
|
LSL.StreamInfo |
The stream_info object stores the declaration of a data stream.
|
LSL.StreamInlet |
A stream inlet.
|
LSL.StreamOutlet |
A stream outlet.
|
LSL.XMLElement |
A lightweight XML element tree; models the .desc() field of stream_info.
|
Exception | Description |
---|---|
LSL.ArgumentException |
Exception class that indicates that an invalid argument has been passed.
|
LSL.InternalException |
Exception class that indicates that an internal error has occurred inside liblsl.
|
LSL.LostException |
Exception class that indicates that a stream inlet's source has been irrecoverably lost.
|
LSL.TimeoutException |
Exception class that indicates that a timeout has expired for an operation.
|