TVideoGrabber.TVSetChannelFrequencyOverride

Prev

Next

TVideoGrabber

Methods

 




































































































Sets a frequency overrides.


Declaration
function TVSetChannelFrequencyOverride(TVChannel: LongInt; FrequencyInHz: LongInt): LongInt;


int __fastcall TVSetChannelFrequencyOverride(int TVChannel, int FrequencyInHz)


Function TVSetChannelFrequencyOverride(TVChannel As Long, FrequencyInHz As Long) As Long

Description

Used to set a frequency override for a given TV channel, for the current country code and tuner input type .

This function sets a frequency override on the specified TV channel.

This will affect the TV channel for the current country code and tuner input type only.

If you need to retrieve the default frequency for this TV channel, simply assign the channel number to the TVChannel property and the OnTVChannelSelected event will return the frequency (the event is synchrone).

To erase any frequency override on this TV channel simply pass " -1" as frequency value in the FrequencyInHz parameter.

Important: setting or clearing a frequency override will be applied only after restarting preview. This will be done automatically if AutoRefreshPreview is enabled.


See Also
TTVChannelInfo TOnTVChannelScanStarted TOnTVChannelSelected TTunerInputType GetTVChannelInfo IsHorizontalSyncLocked IsTVAudioAvailable IsTVAutoTuneRunning IsTVTunerAvailable OnTVChannelScanCompleted OnTVChannelScanStarted OnTVChannelSelected TunerFrequency TunerMode TVChannel TVClearFrequencyOverrides TVCountryCode TVGetMinMaxChannels TVStartAutoScan TVStopAutoScan TVTunerInputType TVUseFrequencyOverrides VCRHorizontalLocking