Click or drag to resize
Accord.NET (logo)

VideoFileWriterDispose Method (Boolean)

Releases the unmanaged resources used by the VideoFileWriter and optionally releases the managed resources

Namespace:  Accord.Video.FFMPEG
Assembly:  Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax
[HandleProcessCorruptedStateExceptionsAttribute]
protected virtual void Dispose(
	bool A_0
)
Request Example View Source

Parameters

A_0
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also