Пример #1
0
        public void TestAutoTune()
        {
            int hr = 0;
            int sig;

            hr = tuner.AutoTune(1, out sig);
            DsError.ThrowExceptionForHR(hr);
            Debug.Assert(hr == 0, "IAMTVTuner.AutoTune");
        }