You are here: Start » AVL.NET » AVL.WriteVideoStream(AvlNet.OutputVideoStream, AvlNet.Image)

AVL.WriteVideoStream(AvlNet.OutputVideoStream, AvlNet.Image)

Writes an image to a previously opened video stream.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inOutputVideoStream
Type: AvlNet.OutputVideoStream
Previously opened output video stream
inImage
Type: AvlNet.Image
Frame to be added to stream

Errors

Error type Description
DomainError Incorrectly initialized OutputVideoStream object passed to WriteVideoStream
DomainError Incorrectly OutputVideoStream object passed to WriteVideoStream

See also