﻿# SoundEncoding
The encoding format for the sample data. 

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**A_LAW** | **string** | 'ALaw' | A-law–encoded samples.
**MU_LAW** | **string** | 'MuLaw' | μ-law–encoded samples.
**RAW** | **string** | 'Raw' | Unspecified or unsigned values in the range 0 to 2^bits − 1.
**SIGNED** | **string** | 'Signed' | Twos-complement values.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/SoundEncoding.php)

