You are here: Start » FIL.NET » FIS.ReadVideoStream Method

FIS.ReadVideoStream Method

Acquires a frame from a previously opened video stream.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static bool ReadVideoStream
(
	FilNet.InputVideoStream inInputVideoStream,
	bool inRepeat,
	out int outFrameNum,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inInputVideoStreamFilNet.InputVideoStreamPreviously opened input video stream.
inRepeatboolDetermines whether to repeat video playback.
outFrameNumintCurrent frame number.
outImageFilNet.ImageCurrent frame.

See also