示例#1
0
文件: LSL.cs 项目: conphyture/beta
 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);
 }
示例#2
0
文件: LSL.cs 项目: conphyture/beta
 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);