Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image IO » WriteVideoStream

WriteVideoStream


Header: AVL.h
Namespace: avl
Module: FoundationLite

Writes an image to a previously opened video stream.

Syntax

C++
C#
 
void avl::WriteVideoStream
(
	const avl::OutputVideoStream& inOutputVideoStream,
	const avl::Image& inImage
)

Parameters

Name Type Default Description
Input value inOutputVideoStream const OutputVideoStream& Previously opened output video stream
Input value inImage const Image& Frame 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