Skip to content

GetTVChannelInfo

function

Deprecated

Kept for backward compatibility only.

Delphi
function GetTVChannelInfo (Value: TTVChannelInfo): LongInt;
C++Builder
System::LongInt __fastcall GetTVChannelInfo(TTVChannelInfo Value);
C#
public int GetTVChannelInfo(TTVChannelInfo Value);
VB.NET
Public Function GetTVChannelInfo(Value As TTVChannelInfo) As Integer
C++/Qt
int GetTVChannelInfo (TTVChannelInfo Value);

Used to get information about the current TV channel selected.

Conditions:

Pass to this function the TTVChannelInfo valueTTVChannelInfo desired, e.g.:

CurrentDefaultFreq = VideoGrabber.GetTVChannelInfo (tci_DefaultVideoFrequency)