Enum AudioSampleType

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.AudioIO.dll
API Level:
3

Specifies the audio sample types.

C#
Copy
public enum AudioSampleType
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.