コード例 #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="AnalogChannel"/> class.
        /// </summary>
        public AnalogChannel()
        {
            CountryCollection collection = new CountryCollection();

            _country        = collection.GetTunerCountryFromID(31);
            TunerSource     = TunerInputType.Cable;
            _videoInputType = VideoInputType.Tuner;
            _audioInputType = AudioInputType.Automatic;
            _channelNumber  = 4;
            _isRadio        = false;
            _vcrSginal      = false;
            Name            = String.Empty;
        }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AnalogChannel"/> class.
 /// </summary>
 public AnalogChannel()
 {
   CountryCollection collection = new CountryCollection();
   _country = collection.GetTunerCountryFromID(31);
   TunerSource = TunerInputType.Cable;
   _videoInputType = VideoInputType.Tuner;
   _audioInputType = AudioInputType.Automatic;
   _channelNumber = 4;
   _isRadio = false;
   _vcrSginal = false;
   Name = String.Empty;
 }