Normal
Hello,Oh, what memories ![CODE=csharp] if (_card.IsTunerLocked || _card.SignalLevel > 0 || _card.SignalQuality > 0)[/CODE]If you want to do that, I think you need to have a "card(s)/per channel signal strength".As CyberSimian explained, signals are differents depending on manufacturer/card(s).This will avoid problem if sometimes, you don't do the scan with the same card than before (case where you have more than one card in your computer).Don't forget that signal are fluctuating (ie : 1 time you will have a 66 value, for example, 10 minutes after, you could have a value of 75 for the same channel.B.R.
Hello,
Oh, what memories !
[CODE=csharp] if (_card.IsTunerLocked || _card.SignalLevel > 0 || _card.SignalQuality > 0)
[/CODE]
If you want to do that, I think you need to have a "card(s)/per channel signal strength".
As CyberSimian explained, signals are differents depending on manufacturer/card(s).
This will avoid problem if sometimes, you don't do the scan with the same card than before (case where you have more than one card in your computer).
Don't forget that signal are fluctuating (ie : 1 time you will have a 66 value, for example, 10 minutes after, you could have a value of 75 for the same channel.
B.R.