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 | |
|---|---|---|---|---|---|
![]() | inOutputVideoStream | Avl.OutputVideoStream | Previously opened output video stream. | ||
![]() | inImage | Avl.Image | Frame to be added to stream. |

