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