You are here: Start » AVL.NET » Invoke.OpenOutputVideoStream
Invoke.OpenOutputVideoStream
Creates a video stream which will be saved to a selected file.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void OpenOutputVideoStream ( string inFile, Avl.VideoEncoder inVideoEncoder, float inFPS, int inFrameWidth, int inFrameHeight, Avl.OutputVideoStream outOutputVideoStream )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | File path of the output file. | ||
![]() | inVideoEncoder | Avl.VideoEncoder | Video encoder. | ||
![]() | inFPS | float | Desired frame rate of the produced video file. | ||
![]() | inFrameWidth | int | Width of frame being added. | ||
![]() | inFrameHeight | int | Height of frame being added. | ||
![]() | outOutputVideoStream | Avl.OutputVideoStream | Initialized output video stream. |