エンコーダ状態

Namespace: FVIL.Video
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public uint EncoderState { get; set; }
Visual Basic
Public Property EncoderState As UInteger
	Get
	Set

Return Value

Type: UInt32

エンコーダ状態を取得します。

許容値:

意味
0アイドル状態
1トリガ待ち
2カウント信号待ち
3動作中

See Also