The format of the destination file, this can be AAC, ACM (WAV), APE, MP2, MP3, OGG, WAV (PCM), and WMA.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Public Enumeration Format
Dim instance As Format
CSAudioRecorder.Format = function();
CSAudioRecorder.Format.createEnum('CSAudioRecorder.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