You are here: Start » AVL.NET » Invoke.OpenInputVideoStream
Invoke.OpenInputVideoStream
Opens and creates a video stream from a file.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void OpenInputVideoStream ( string inFile, int inStartFrame, Avl.InputVideoStream outInputVideoStream, out float outFPS, out int outMaxFrame )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inFile | string | Video file. | ||
![]()  | inStartFrame | int | Number of first frame to fetch. | ||
![]()  | outInputVideoStream | Avl.InputVideoStream | Initialized input video stream. | ||
![]()  | outFPS | float | Frames per second. | ||
![]()  | outMaxFrame | int | Last frame number. | 


