フィルタグラフの状態を示す定数

Namespace: FVIL.DS
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public enum FILTER_STATE
Visual Basic
Public Enumeration FILTER_STATE

Members

Member nameValueDescription
Stopped0 停止中。フィルタはデータ処理中でない。
Paused1 ポーズ。フィルタはデータのレンダリング中ではないが処理中です。
Running2 実行中。フィルタはデータの処理およびレンダリング中です。

Remarks

http://msdn.microsoft.com/ja-jp/library/cc354514.aspx (2010年6月現在)

See Also