Back to FabImage Library website
You are here: Start » Function Reference » Image » Image IO » WriteVideoStream
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Writes an image to a previously opened video stream.
Syntax
C++
C#
void fil::WriteVideoStream ( const fil::OutputVideoStream& inOutputVideoStream, const fil::Image& inImage )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inOutputVideoStream | const OutputVideoStream& | Previously opened output video stream | |
![]() |
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 |