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

AVS.AvsFilter_ReadVideo Method

Reads a frame sequence from a video file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static bool AvsFilter_ReadVideo
(
	AvlNet.InputVideoStream ioState,
	string inFile,
	int inStartFrame,
	bool inRepeat,
	AvlNet.Image outImage,
	out float outFPS,
	out int outFrameNum,
	out int outMaxFrame
)

Parameters

Name Type Range Default Description
ioStateAvlNet.InputVideoStream
inFilestringVideo file.
inStartFrameint<0, +INF>Number of first frame to fetch.
inRepeatboolDetermines whether to repeat video playback.
outImageAvlNet.ImageOutput image.
outFPSfloatFPS.
outFrameNumintCurrent frame number.
outMaxFrameintLast frame number.

See also