public enum WavBitdepth
Public Enumeration WavBitdepth
Dim instance As WavBitdepth
public enum class WavBitdepth
type WavBitdepth
No code example is currently available or this language may not be supported.
SameAsSource | 0 | Use same as source file. |
Bits8 | 8 | 8 Bits. |
Bits16 | 16 | 16 Bits. |
Bits24 | 24 | 24 Bits. |
Bits32 | 32 | 32 Bits. |