[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a collection of Monikers representing the TV tuner devices installed on the current system.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property TVTunerDevices As IEnumerable(Of Moniker)
C#
public static IEnumerable<Moniker> TVTunerDevices { get; }
Visual C++
public:
static property IEnumerable<Moniker^>^ TVTunerDevices {
	IEnumerable<Moniker^>^ get ();
}