Enum PlayerAudioExtractOption

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
6

Enumeration of audio extract option.

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