Enum AudioSampleType
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.AudioIO.dll
Specifies the audio sample types.
public enum AudioSampleType
Fields
Name | Description |
---|---|
S16Le | Signed 16-bit audio samples. |
S24Le | Signed 24-bit audio samples. |
S24LePacked | Signed 24-bit (packed in 32-bit) audio samples. |
S32Le | Signed 32-bit audio samples. |
U8 | Unsigned 8-bit audio samples. |