Freigeben über


AudioManager.PlaybackOffloadGaplessSupported Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Media.PlaybackOffload enum directly instead of this field.

Rückgabewert für #getPlaybackOffloadSupport(AudioFormat, AudioAttributes): Die Wiedergabe wird mit lückenlosen Übergängen unterstützt.

[Android.Runtime.Register("PLAYBACK_OFFLOAD_GAPLESS_SUPPORTED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.PlaybackOffload enum directly instead of this field.", true)]
public const Android.Media.PlaybackOffload PlaybackOffloadGaplessSupported = 2;
[<Android.Runtime.Register("PLAYBACK_OFFLOAD_GAPLESS_SUPPORTED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.PlaybackOffload enum directly instead of this field.", true)>]
val mutable PlaybackOffloadGaplessSupported : Android.Media.PlaybackOffload

Feldwert

Value = 2
Attribute

Hinweise

Rückgabewert für #getPlaybackOffloadSupport(AudioFormat, AudioAttributes): Die Wiedergabe wird mit lückenlosen Übergängen unterstützt.

Java-Dokumentation für android.media.AudioManager.PLAYBACK_OFFLOAD_GAPLESS_SUPPORTED.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: