|
VideoFileReaderDispose Method (Boolean)
|
Releases the unmanaged resources used by the
VideoFileReader 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
)
<HandleProcessCorruptedStateExceptionsAttribute>
Protected Overridable Sub Dispose (
A_0 As Boolean
)
Request Example
View SourceParameters
- A_0
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also