Esempio n. 1
0
        public void TestStoreAutoTune()
        {
            int hr = 0;

            hr = tuner.StoreAutoTune();
            DsError.ThrowExceptionForHR(hr);
            Debug.Assert(hr == 0, "IAMTVTuner.StoreAutoTune");
        }