State property returns the current state of the graph.

This property allows to know if DirectShow has running, is stopped, etc.

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

Syntax

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

Return Value

Current state of DirectShow graph.

See Also