You are here: Start » FIL.NET » Function Reference » Image » Image IO » FIL.WriteVideoStream
FIL.WriteVideoStream
Writes an image to a previously opened video stream.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
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. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrectly initialized OutputVideoStream object passed to WriteVideoStream |
| DomainError | Incorrectly OutputVideoStream object passed to WriteVideoStream |

