Freigeben über


AudioManager.DirectPlaybackNotSupported Feld

Definition

Achtung

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

Rückgabewert für #getDirectPlaybackSupport(AudioFormat, AudioAttributes): Direkte Wiedergabe wird nicht unterstützt.

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

Feldwert

Value = 0
Attribute

Hinweise

Rückgabewert für #getDirectPlaybackSupport(AudioFormat, AudioAttributes): Direkte Wiedergabe wird nicht unterstützt.

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