You are here: Start » AVL.NET » AVS.ReadVideoStream Method

AVS.ReadVideoStream Method

Acquires a frame from a previously opened video stream.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also