[]
Defines possible encoding formats for sample data in a SoundObject.
public static class SoundEncodingFormat
A-law-encoded samples.
public static readonly PdfName ALaw
u-law-encoded samples.
public static readonly PdfName muLaw
Unspecified or unsigned values in the range 0 to 2^BitsPerSample-1.
public static readonly PdfName Raw
Twos-complement values.
public static readonly PdfName Signed