BluetoothCodecConfig.SourceCodecTypeLc3 Campo

Definición

Precaución

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

Tipo de códec de origen LC3.

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

Valor de campo

Value = 5

Implementaciones

Atributos

Comentarios

Tipo de códec de origen LC3.

Este miembro está en desuso. Use los BluetoothCodecType valores devueltos por BluetoothA2dp#getSupportedCodecTypes en su lugar.

Java documentación para android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_LC3.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a