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