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.

public Size FrameSize { get; }

Property Value

Size

IsDisposed

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

public bool IsDisposed { get; }

Property Value

bool

Writer

Gets the reference to the disposable video writer instance.

public VideoWriter Writer { get; }

Property Value

VideoWriter

Methods

Dispose()

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

public void Dispose()