[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SoundEncodingFormat

Class SoundEncodingFormat

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Defines possible encoding formats for sample data in a SoundObject.

public static class SoundEncodingFormat
Inheritance
SoundEncodingFormat
Inherited Members

Fields

ALaw

A-law-encoded samples.

public static readonly PdfName ALaw

Field Value

PdfName

Raw

Unspecified or unsigned values in the range 0 to 2^BitsPerSample-1.

public static readonly PdfName Raw

Field Value

PdfName

Signed

Twos-complement values.

public static readonly PdfName Signed

Field Value

PdfName

muLaw

u-law-encoded samples.

public static readonly PdfName muLaw

Field Value

PdfName