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

AVL.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,
	out 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

Error type Description
DomainError Unsupported Video Encoder in OpenOutputVideoStream.

See also