BluetoothCodecConfig.SourceCodecTypeInvalid 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 no válido.

[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

Valor de campo

Value = 1000000

Implementaciones

Atributos

Comentarios

Tipo de códec de origen no válido. Este es el valor predeterminado que se usa para el tipo de códec.

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

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