streamInfo property

lsl_streaminfo get streamInfo

The Pointer to the underlying lsl_streaminfo_struct_.

Implementation

lsl_streaminfo get streamInfo =>
    _streamInfo ??
    (throw LSLException('StreamInfo not created or destroyed'));