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 auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: