You are here: Start » AVL.NET » Function Reference » Image » Image IO » AVL.OpenOutputVideoStream

AVL.OpenOutputVideoStream

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Unsupported Video Encoder in OpenOutputVideoStream.

See also