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
inOutputVideoStreamFilNet.OutputVideoStreamPreviously opened output video stream.
inImageFilNet.ImageFrame 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

See also