Represents a IEDirectShow object.

It allows control of some DirectShow features, such as video capture, audio capture, multimedia files capture as well video rendering, and multimedia file writing.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEDirectShow DirectShow { get; }
Public ReadOnly Property DirectShow As IEDirectShow
	Get
public:
property IEDirectShow^ DirectShow {
	IEDirectShow^ get ();
}

See Also