Click or drag to resize
Accord.NET (logo)

BaseAudioFeatureExtractorTFeatureDispose Method (Boolean)

Releases unmanaged and - optionally - managed resources.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
protected virtual void Dispose(
	bool disposing
)
Request Example View Source

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also