Skip to content

TTVChannelInfo

type

TTVChannelInfo = (tci_Channel, tci_DefaultVideoFrequency, tci_OverriddenVideoFrequency, tci_TunerVideoFrequency, tci_TunerAudioFrequency, tci_Locked);

Type of the desired channel info that will be returned by GetTVChannelInfo .

Reports the current TV channel in use (previewing or capturing to AVI).

Reports the default video frequency for the current TV country code / tuner input type.

Can report -1 if a frequency override has been set and the default TV frequency is not saved in the registry.

Reports the overridden frequency for this channel, if it has been previously set by invoking TVSetChannelFrequencyOverrideVidGrab.TVideoGrabber.TVSetChannelFrequencyOverride.

Reports the current audio frequency, as reported by the TV tuner when selecting the TV channel.

tci_TunerAudioFrequency, :

Reports the current video frequency, as reported by the TV tuner when selecting the TV channel.

Returns 1 if the horizontal sync is locked for this channel, otherwise returns 0.

Values:

  • tci_Channel
  • tci_DefaultVideoFrequency
  • tci_OverriddenVideoFrequency
  • tci_TunerVideoFrequency
  • tci_Locked