You are here: Start » FIL.NET » Invoke.OpenOutputVideoStream

Invoke.OpenOutputVideoStream

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also