public void Schedule()
 {
     m_Graph.AddPort(m_Node, m_ChannelCount, (SoundFormat)m_Format, DSPGraph.PortType.Outlet);
 }