You are here: Start » FIL.NET » FIS.FisFilter_ReadVideo Method
FIS.FisFilter_ReadVideo Method
Reads a frame sequence from a video file.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static bool FisFilter_ReadVideo ( FilNet.InputVideoStream ioState, string inFile, int inStartFrame, bool inRepeat, FilNet.Image outImage, out float outFPS, out int outFrameNum, out int outMaxFrame )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.InputVideoStream | ||||
![]() | inFile | string | Video file. | ||
![]() | inStartFrame | int | <0, +INF> | Number of first frame to fetch. | |
![]() | inRepeat | bool | Determines whether to repeat video playback. | ||
![]() | outImage | FilNet.Image | Output image. | ||
![]() | outFPS | float | FPS. | ||
![]() | outFrameNum | int | Current frame number. | ||
![]() | outMaxFrame | int | Last frame number. |