Link Search Menu Expand Document

SoundEncoding Enumeration

Specifies the encoding format for the sample data.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public enum SoundEncoding
Members
Member nameValueDescription
Raw0 Unspecified or unsigned values in the range 0 to 2^B − 1.
Signed1 Twos-complement values.
MuLaw2 μ-lawencoded samples.
ALaw3 A-lawencoded samples.
See Also

Reference