The bit-depth of the destination audio file.
Namespace:
CSAudioRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
SyntaxPublic Enumeration Bits
Dim instance As Bits
CSAudioRecorder.Bits = function();
CSAudioRecorder.Bits.createEnum('CSAudioRecorder.Bits', false);
Members
| Member name | Value | Description |
---|
| bits8 | 8 |
8 Bits.
|
| bits16 | 16 |
16 Bits.
|
| bits24 | 24 |
24 Bits.
|
See Also