SoundEncoding Enum
Lists the encoding formats of sample data associated with the sound annotation.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Raw
|
Unspecified or unsigned value (from 0 to 2B-1). |
Signed
|
Twos-complement value. |
MuLaw
|
m-Law encoding. |
ALaw
|
A-Law encoding. |
Related API Members
The following properties accept/return SoundEncoding values:
See Also