BluetoothCodecConfig.SourceCodecTypeInvalid Feld

Definition

Achtung

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

Der Quellcodectyp ist ungültig.

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

Feldwert

Value = 1000000

Implementiert

Attribute

Hinweise

Der Quellcodectyp ist ungültig. Dies ist der Standardwert, der für den Codectyp verwendet wird.

Dieses Element ist veraltet. Verwenden Sie stattdessen die BluetoothCodecType von BluetoothA2dp#getSupportedCodecTypes ihnen zurückgegebenen Werte.

Java Dokumentation für android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: