Back to FabImage Library Lite website

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

WriteVideoStream


Header: FIL.h
Namespace: fil

Writes an image to a previously opened video stream.

Syntax

void fil::WriteVideoStream
(
	const fil::OutputVideoStream& inOutputVideoStream,
	const fil::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