private void TestStart() { int hr; ((IMediaControl)m_FilterGraph).Run(); hr = m_fc.StartChain(m_pFilter, null); DsError.ThrowExceptionForHR(hr); }