Beispiel #1
0
 public StreamInfo(string name, string type, int channel_count, double nominal_srate, channel_format_t channel_format, string source_id)
 {
     obj = dll.lsl_create_streaminfo(name, type, channel_count, nominal_srate, channel_format, source_id);
 }
Beispiel #2
0
 public static extern IntPtr lsl_create_streaminfo(string name, string type, int channel_count, double nominal_srate, channel_format_t channel_format, string source_id);