Click or drag to resize
Accord.NET (logo)

IAudioDecoderClose Method

Close decoding of previously opened stream.

Namespace:  Accord.Audio.Formats
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
void Close()
Request Example View Source
Remarks

Implementations of this method don't close stream itself, but just close decoding cleaning all associated data with it.

See Also