lsl_get_channel_count function

  1. @Native<NativeLsl_get_channel_count>()
int lsl_get_channel_count(
  1. lsl_streaminfo info
)

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);