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

Gets or sets the a value indicating whether audio should be rendered along with the video.

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

Syntax

Visual Basic (Declaration)
Public Property UseAudio As Boolean
C#
public bool UseAudio { get; set; }
Visual C++
public:
property bool UseAudio {
	bool get ();
	void set (bool value);
}

Remarks

If this property is true the source will include audio based on the specified AudioCapture device.