You are here: Start » AVL.NET » AVS.WriteVideoStream Method
AVS.WriteVideoStream Method
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
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inOutputVideoStream | AvlNet.OutputVideoStream | Previously opened output video stream. | ||
![]() | inImage | AvlNet.Image | Frame to be added to stream. |

