The bitrate of the destination audio file.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Public Enumeration Bitrate
Dim instance As Bitrate
CSAudioRecorder.Bitrate = function();
CSAudioRecorder.Bitrate.createEnum('CSAudioRecorder.Bitrate', false);
Members
| Member name | Value | Description |
---|
| bits8 | 8 | |
| bits16 | 16 | |
| bits24 | 24 | |
| bits32 | 32 | |
| bits48 | 40 | |
| bits56 | 56 | |
| bits64 | 64 | |
| bits80 | 80 | |
| bits96 | 96 | |
| bits112 | 112 | |
| bits128 | 128 | |
| bits144 | 144 | |
| bits160 | 160 | |
| bits176 | 176 | |
| bits192 | 192 | |
| bits224 | 224 | |
| bits256 | 256 | |
| bits320 | 320 | |
See Also