java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.annotations.sound.AudioEncoding |
The encoding format for the audio samples data.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AudioEncoding | ALAW | G.711A encoding. | |||||||||
AudioEncoding | MULAW | G.711Mu encoding. | |||||||||
AudioEncoding | RAW | Audio samples are stored as unsigned values. | |||||||||
AudioEncoding | SIGNED | Audio samples are stored as signed (twos-complement) values. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AudioEncoding | valueOf(String name) | ||||||||||
final static AudioEncoding[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
G.711A encoding. Playback of audio clips in this encoding is not supported.
G.711Mu encoding. Playback of audio clips in this encoding is not supported.
Audio samples are stored as signed (twos-complement) values.