[]
        
(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
object
SoundEncodingFormat
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Fields

ALaw

A-law-encoded samples.

public static readonly PdfName ALaw

Field Value

PdfName

muLaw

u-law-encoded samples.

public static readonly PdfName muLaw

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