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