node-labstreaminglayer
Version:
Node.js bindings for Lab Streaming Layer (LSL)
8 lines • 782 B
TypeScript
export { StreamInfo, XMLElement } from './streamInfo.js';
export { StreamOutlet } from './outlet.js';
export { StreamInlet } from './inlet.js';
export { resolveStreams, resolveByProp, resolveByPred, resolveStream, ContinuousResolver } from './resolver.js';
export { IRREGULAR_RATE, DEDUCED_TIMESTAMP, FOREVER, proc_none, proc_clocksync, proc_dejitter, proc_monotonize, proc_threadsafe, proc_ALL, protocolVersion, libraryVersion, libraryInfo, localClock, TimeoutError, LostError, InvalidArgumentError, InternalError, handleError } from './util.js';
export { cf_float32, cf_double64, cf_string, cf_int32, cf_int16, cf_int8, cf_int64, cf_undefined, string2fmt, fmt2string } from './lib/index.js';
export type { ChannelFormat } from './lib/index.js';
//# sourceMappingURL=index.d.ts.map