You are here: Start » AVL.NET » Invoke.WriteVideoStream

Invoke.WriteVideoStream

Writes an image to a previously opened video stream.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inOutputVideoStreamAvl.OutputVideoStreamPreviously opened output video stream.
inImageAvl.ImageFrame to be added to stream.

See also