You are here: Start » FIL.NET » Invoke.ReadVideoStream

Invoke.ReadVideoStream

Acquires a frame from a previously opened video stream.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static bool ReadVideoStream
(
	Fil.InputVideoStream inInputVideoStream,
	bool inRepeat,
	out int outFrameNum,
	Fil.Image outImage
)

Parameters

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

See also