public final class SoundSampleDataEncodingFormat
extends com.aspose.ms.System.Enum
The encoding format for the sound sample data.
Modifier and Type | Field and Description |
---|---|
static int |
ALaw
A-law–encoded samples.
|
static int |
muLaw
μ-law–encoded samples.
|
static int |
Raw
Unspecified or unsigned values in the range 0 to 2B − 1.
|
static int |
Signed
Twos-complement values.
|
public static final int Raw
Unspecified or unsigned values in the range 0 to 2B − 1.
public static final int Signed
Twos-complement values.
public static final int muLaw
μ-law–encoded samples.
public static final int ALaw
A-law–encoded samples.