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

AVL.OpenOutputVideoStream(string, AvlNet.VideoEncoder, 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(
	string inFile,
	AvlNet.VideoEncoder inVideoEncoder,
	float inFPS,
	int inFrameWidth,
	int inFrameHeight,
	out AvlNet.OutputVideoStream outOutputVideoStream
)

Parameters

inFile
Type: System.String
File path of the output file
inVideoEncoder
Type: AvlNet.VideoEncoder
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

Errors

Error type Description
DomainError Unsupported Video Encoder in OpenOutputVideoStream.

See also