Click or drag to resize
Accord.NET (logo)

IAudioDecoder Interface

Audio decoder interface, which specifies set of methods that should be implemented by audio decoders for different file formats.

Namespace:  Accord.Audio.Formats
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public interface IAudioDecoder
Request Example View Source

The IAudioDecoder type exposes the following members.

Methods
  NameDescription
Public methodClose
Close decoding of previously opened stream.
Public methodDecode
Decode all frames.
Public methodDecode(Int32, Int32)
Decode a number of frames.
Public methodOpen
Open specified stream.
Top
See Also