BluetoothCodecConfig.SourceCodecTypeAac 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 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

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Tipo de códec de origen AAC.

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

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