You are here: Start » AVL.NET » AVL.OpenOutputVideoStream Method
AVL.OpenOutputVideoStream Method
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
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | File path of the output file. | ||
![]() | inVideoEncoder | AvlNet.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 | AvlNet.OutputVideoStream | Initialized output video stream. |
Errors
| Error type | Description |
|---|---|
| DomainError | Unsupported Video Encoder in OpenOutputVideoStream. |


