Click or drag to resize
Accord.NET (logo)

IAudioEncoder Interface

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

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

The IAudioEncoder type exposes the following members.

Methods
  NameDescription
Public methodClose
Close encoding of previously opened stream.
Public methodEncode
Encode all frames.
Public methodOpen
Open specified stream.
Top
See Also