PDFSoundAnnotationDataEncoding¶
Namespace: O2S.Components.PDF4NET.Annotations
Supported encoding formats for sound data.
Inheritance Object → ValueType → Enum → PDFSoundAnnotationDataEncoding
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Raw | 0 | Unspecified or unsigned values in the range 0 to 2BitsPerSample − 1 |
| Signed | 1 | Twos-complement values |
| MuLaw | 2 | µ-law–encoded samples |
| ALaw | 3 | A-law–encoded samples |