WavFileConverter<TSource> Class
Definition
Base class for converters that convert a source file to WAV format.
public abstract class WavFileConverter<TSource> : IOFileConverter<TSource, WavFile>, IWavFileConverter
where TSource : IOFile
Type Parameters
| Name | Description |
|---|---|
| TSource | The type of the source file to convert. |
Constructors
| Name | Description |
|---|---|
| WavFileConverter(IOFileFormat) | Base class for converters that convert a source file to WAV format. |
Methods
| Name | Description |
|---|---|
| Convert(TSource) | Converts the given source file to the target format. |
| Convert(IOFile, UInt32) | Converts the specified source file to a WAV file with the given sample rate. |
| Convert(TSource, UInt32) | Converts the specified strongly-typed source file to a WAV file with the given sample rate. |