Freigeben über


AudioManager.PlaybackOffloadNotSupported 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): Offload-Wiedergabe wird nicht unterstützt

[Android.Runtime.Register("PLAYBACK_OFFLOAD_NOT_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 PlaybackOffloadNotSupported = 0;
[<Android.Runtime.Register("PLAYBACK_OFFLOAD_NOT_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 PlaybackOffloadNotSupported : Android.Media.PlaybackOffload

Feldwert

Value = 0
Attribute

Hinweise

Rückgabewert für #getPlaybackOffloadSupport(AudioFormat, AudioAttributes): Offload-Wiedergabe wird nicht unterstützt

Java-Dokumentation für android.media.AudioManager.PLAYBACK_OFFLOAD_NOT_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: