Package | Description |
---|---|
edu.ucsd.sccn |
Modifier and Type | Method and Description |
---|---|
LSL.StreamInfo |
LSL.StreamOutlet.info()
Retrieve the stream info provided by this outlet.
|
LSL.StreamInfo |
LSL.StreamInlet.info() |
LSL.StreamInfo |
LSL.StreamInlet.info(double timeout)
Retrieve the complete information of the given stream, including the extended description.
|
static LSL.StreamInfo[] |
LSL.resolve_stream(java.lang.String pred) |
static LSL.StreamInfo[] |
LSL.resolve_stream(java.lang.String pred,
int minimum) |
static LSL.StreamInfo[] |
LSL.resolve_stream(java.lang.String pred,
int minimum,
double timeout)
Resolve all streams that match a given predicate.
|
static LSL.StreamInfo[] |
LSL.resolve_stream(java.lang.String prop,
java.lang.String value) |
static LSL.StreamInfo[] |
LSL.resolve_stream(java.lang.String prop,
java.lang.String value,
int minimum) |
static LSL.StreamInfo[] |
LSL.resolve_stream(java.lang.String prop,
java.lang.String value,
int minimum,
double timeout)
Resolve all streams with a specific value for a given property.
|
static LSL.StreamInfo[] |
LSL.resolve_streams() |
static LSL.StreamInfo[] |
LSL.resolve_streams(double wait_time)
Resolve all streams on the network.
|
LSL.StreamInfo[] |
LSL.ContinuousResolver.results()
Obtain the set of currently present streams on the network (i.e.
|
Constructor and Description |
---|
LSL.StreamInlet(LSL.StreamInfo info) |
LSL.StreamInlet(LSL.StreamInfo info,
int max_buflen) |
LSL.StreamInlet(LSL.StreamInfo info,
int max_buflen,
int max_chunklen) |
LSL.StreamInlet(LSL.StreamInfo info,
int max_buflen,
int max_chunklen,
boolean recover)
Construct a new stream inlet from a resolved stream info.
|
LSL.StreamOutlet(LSL.StreamInfo info) |
LSL.StreamOutlet(LSL.StreamInfo info,
int chunk_size) |
LSL.StreamOutlet(LSL.StreamInfo info,
int chunk_size,
int max_buffered)
Establish a new stream outlet.
|