You are here: Start » FIL.NET » FIS.OpenOutputVideoStream Method
FIS.OpenOutputVideoStream Method
Creates a video stream which will be saved to a selected file.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void OpenOutputVideoStream ( string inFile, FilNet.VideoEncoder inVideoEncoder, float inFPS, int inFrameWidth, int inFrameHeight, FilNet.OutputVideoStream outOutputVideoStream )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | File path of the output file. | ||
![]() | inVideoEncoder | FilNet.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 | FilNet.OutputVideoStream | Initialized output video stream. |