Aspose::Pdf::Annotations::SoundSampleDataEncodingFormat enum

SoundSampleDataEncodingFormat enum

The encoding format for the sound sample data.

enum class SoundSampleDataEncodingFormat

Values

NameValueDescription
Raw0Unspecified or unsigned values in the range 0 to 2B - 1.
Signed1Twos-complement values.
muLaw2Mu-law-encoded samples.
ALaw3A-law-encoded samples.

See Also