Freigeben über


AudioManager.PlaybackOffloadSupported 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): Abladen der Wiedergabe unterstützt

[Android.Runtime.Register("PLAYBACK_OFFLOAD_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 PlaybackOffloadSupported = 1;
[<Android.Runtime.Register("PLAYBACK_OFFLOAD_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 PlaybackOffloadSupported : Android.Media.PlaybackOffload

Feldwert

Value = 1
Attribute

Hinweise

Rückgabewert für #getPlaybackOffloadSupport(AudioFormat, AudioAttributes): Abladen der Wiedergabe unterstützt

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

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

Gilt für: