Enum PlayerAudioExtractOption

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    Enumeration of audio extract option.

    public enum PlayerAudioExtractOption

    Fields

    Name Description
    Default

    Sync multi-channel audio stream with the playback clock.

    Deinterleave

    Splits one interleaved multi-channel audio stream into several mono audio streams.

    NoSyncAndDeinterleave

    Doesn't sync with clock and doesn't split multi-channel audio stream into several mono audio streams.

    NoSyncWithClock

    No sync with the playback clock.

    See Also
    EnableExportingAudioData(AudioMediaFormat, PlayerAudioExtractOption)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX