IWavFileConverter Interface
Definition
Interface for converters that convert files to WAV format.
public abstract interface IWavFileConverter
Fields
| Name | Description |
|---|---|
| DefaultSampleRateHz | The default sample rate in Hz used for WAV conversion. |
Methods
| Name | Description |
|---|---|
| Convert(IOFile, UInt32) | Converts the specified source file to a WAV file. |