You are here: Start » AVL.NET » Function Reference » Image » Image IO » AVL.WriteVideoStream

AVL.WriteVideoStream

Writes an image to a previously opened video stream.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WriteVideoStream
(
	AvlNet.OutputVideoStream inOutputVideoStream,
	AvlNet.Image inImage
)

Parameters

Name Type Range Default Description
inOutputVideoStreamAvlNet.OutputVideoStreamPreviously opened output video stream.
inImageAvlNet.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