LSLDescription constructor
LSLDescription(
- lsl_streaminfo _fullInfo
Implementation
LSLDescription(this._fullInfo) {
_descriptionPtr = lsl_get_desc(_fullInfo);
if (_descriptionPtr.isNullPointer) {
throw LSLException('Failed to get description pointer');
}
value = LSLXmlNode.fromXmlPtr(_descriptionPtr);
}