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. |