示例#1
0
 public void SetChannelMode(WaveformPreview.ChannelMode mode)
 {
     this.SetChannelMode(mode, 0);
 }
示例#2
0
 public void SetChannelMode(WaveformPreview.ChannelMode mode, int specificChannelToRender)
 {
     this.m_ChannelMode     = mode;
     this.m_SpecificChannel = specificChannelToRender;
 }