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 | |
|---|---|---|---|---|---|
![]() | inFile | string | File path of the output file. | ||
![]() | inVideoEncoder | Fil.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 | Fil.OutputVideoStream | Initialized output video stream. |


