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