You are here: Start » AVL.NET » AVL.OpenOutputVideoStream_Any(string, AvlNet.VideoEncoderName, float, int, int, AvlNet.OutputVideoStream)

AVL.OpenOutputVideoStream_Any(string, AvlNet.VideoEncoderName, float, int, int, AvlNet.OutputVideoStream)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void OpenOutputVideoStream_Any(
	string inFile,
	AvlNet.VideoEncoderName inVideoEncoderName,
	float inFPS,
	int inFrameWidth,
	int inFrameHeight,
	out AvlNet.OutputVideoStream outOutputVideoStream
)

Parameters

inFile
Type: System.String
File path of the output file
inVideoEncoderName
Type: AvlNet.VideoEncoderName
Video encoder
inFPS
Type: System.Single
Desired frame rate of the produced video file
inFrameWidth
Type: System.Int32
Width of frame being added
inFrameHeight
Type: System.Int32
Height of frame being added
outOutputVideoStream
Type: AvlNet.OutputVideoStream
Initialized output video stream

See also