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

Gets or sets the channel current tuned in to.

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

Syntax

Visual Basic (Declaration)
Public Property Channel As Integer
C#
public int Channel { get; set; }
Visual C++
public:
virtual property int Channel {
	int get () sealed;
	void set (int value) sealed;
}