|
for (int k = 0; k < info.channel_count(); k++) |
It seems as the linked line should reference the local variable "inf" and not "info". I suggest splitting the inspection of the stream info into a separate method to make it clear that the two sections of code is independent.
liblsl-Csharp/examples/HandleMetaData/HandleMetaData.cs
Line 47 in a1f2a0c
It seems as the linked line should reference the local variable "inf" and not "info". I suggest splitting the inspection of the stream info into a separate method to make it clear that the two sections of code is independent.