You are here: Start » FIL.NET » Invoke.WriteVideoStream
Invoke.WriteVideoStream
Writes an image to a previously opened video stream.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void WriteVideoStream ( Fil.OutputVideoStream inOutputVideoStream, Fil.Image inImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inOutputVideoStream | Fil.OutputVideoStream | Previously opened output video stream. | ||
![]() | inImage | Fil.Image | Frame to be added to stream. |

