BluetoothCodecConfig.SourceCodecTypeAac Feld

Definition

Achtung

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

Quellcodecstyp AAC.

[Android.Runtime.Register("SOURCE_CODEC_TYPE_AAC", 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 SourceCodecTypeAac = 1;
[Android.Runtime.Register("SOURCE_CODEC_TYPE_AAC", ApiSince=33)]
public const Android.Bluetooth.CodecType SourceCodecTypeAac = 1;
[<Android.Runtime.Register("SOURCE_CODEC_TYPE_AAC", 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 SourceCodecTypeAac : Android.Bluetooth.CodecType
[<Android.Runtime.Register("SOURCE_CODEC_TYPE_AAC", ApiSince=33)>]
val mutable SourceCodecTypeAac : Android.Bluetooth.CodecType

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Quellcodecstyp AAC.

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_AAC.

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: