lsl_get_channel_count function
Number of channels of the stream. A stream has at least one channels; the channel count stays constant for all samples.
Implementation
@ffi.Native<NativeLsl_get_channel_count>()
external int lsl_get_channel_count(lsl_streaminfo info);