channel selection
Deprecated
Kept for reference only.
To select a channel:
- select the TunerMode (tm_TVTuner is selected by default)
- assign the country code to TVCountryCode,
- assign the input type to TVTunerInputType,- assign the channel to TVChannel.
Remark: altough they are prefixed by "TV", TVCountryCode, TVTunerInputType and TVChannel are also used to select radio channels when TunerMode = tm_FMRadioTuner or tm_AMRadioTuner. Be sure to always select the tuner mode, country code, tuner input before the TV channel.
After selecting a channel by assigning a value to TVChannel, it is possible to retrieve information about the current channel by invoking GetTVChannelInfo, that returns the current frequencies, locking, etc... The same information is returned by the OnTVChannelSelected event, when TVChannel is assigned.