Exemple #1
0
        public void TestTVFormat()
        {
            int hr = 0;
            AnalogVideoStandard vidStandard;

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