Enum AudioBitDepth
Represents the bit depth of an audio sample or buffer.
Namespace: Cosmos.HAL.Audio
Assembly: Cosmos.HAL2.dll
Syntax
public enum AudioBitDepth : byte
Fields
| Name | Description |
|---|---|
| Bits16 | 16 bits per sample. |
| Bits24 | 24 bits per sample. |
| Bits32 | 32 bits per sample. |
| Bits8 | 8 bits per sample. |