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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX