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

AVS.OpenOutputVideoStream Method

Creates a video stream which will be saved to a selected file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void OpenOutputVideoStream
(
	string inFile,
	AvlNet.VideoEncoder inVideoEncoder,
	float inFPS,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.OutputVideoStream outOutputVideoStream
)

Parameters

Name Type Range Default Description
inFilestringFile path of the output file.
inVideoEncoderAvlNet.VideoEncoderVideo encoder.
inFPSfloatDesired frame rate of the produced video file.
inFrameWidthintWidth of frame being added.
inFrameHeightintHeight of frame being added.
outOutputVideoStreamAvlNet.OutputVideoStreamInitialized output video stream.

See also