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

Gets a reference to the ITVTuner interface on the TV Tuner filter, a null refernce if Render() has not been called.

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

Syntax

Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property Tuner As ITVTuner
C#
[BrowsableAttribute(false)]
public ITVTuner Tuner { get; }
Visual C++
[BrowsableAttribute(false)]
public:
property ITVTuner^ Tuner {
	ITVTuner^ get ();
}