The format of the destination file, this can be AAC, ACM (WAV), APE, MP2, MP3, OGG, WAV (PCM), and WMA.
Namespace:
CSAudioConverter
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Public Enumeration Format
Dim instance As Format
CSAudioConverter.Format = function();
CSAudioConverter.Format.createEnum('CSAudioConverter.Format', false);
Members
| Member name | Value | Description |
---|
| AAC | 1 | |
| ACM | 2 | |
| APE | 3 | |
| MP2 | 4 | |
| MP3 | 5 | |
| OGG | 6 | |
| WAV | 7 | |
| WMA | 8 | |
See Also