PdfSound.Encoding Property
Gets or sets the encoding format of the sample data.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v26.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| PdfSoundEncoding | Indicates the encoding format. |
Available values:
| Name | Description |
|---|---|
| Raw | Unspecified or unsigned value (from 0 to 2B-1). |
| Signed | Twos-complement value. |
| MuLaw | m-Law encoding. |
| ALaw | A-Law encoding. |
See Also