WavBitdepth Enumeration

Specifies a WAV bit depth.

Definition

Namespace: DevCase.Core.Media.Sound.CodecInfo
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WavBitdepth

Members

SameAsSource 0 Use same as source file.
Bits8 8 8 Bits.
Bits16 16 16 Bits.
Bits24 24 24 Bits.
Bits32 32 32 Bits.

See Also