Table of Contents

Class VideoWriterDisposable

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents a disposable reference to a video writer resource.

public sealed class VideoWriterDisposable : ICancelable, IDisposable
Inheritance
VideoWriterDisposable
Implements
Inherited Members

Properties

FrameSize

Gets the size of individual video frames.

IsDisposed

Gets a value indicating whether the video writer has been disposed.

Writer

Gets the reference to the disposable video writer instance.

Methods

Dispose()

Closes the video writer resource, which will flush all remaining data to disk and prevent further writes.