Enum SoundSampleDataEncodingFormat

SoundSampleDataEncodingFormat enumeration

The encoding format for the sound sample data.

public enum SoundSampleDataEncodingFormat

Values

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

See Also