Esempio n. 1
0
        public void TestAvailableTVFormats()
        {
            int hr = 0;
            AnalogVideoStandard vidStandard;

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