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

FIL.OpenOutputVideoStream

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void OpenOutputVideoStream
(
	string inFile,
	FilNet.VideoEncoder inVideoEncoder,
	float inFPS,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.OutputVideoStream outOutputVideoStream
)

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Unsupported Video Encoder in OpenOutputVideoStream.

See also