BluetoothCodecConfig.SourceCodecTypeSbc 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 SBC.

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

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Tipo de códec de origen SBC. Este es el tipo de códec de origen obligatorio.

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

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