BluetoothCodecConfig.ChannelModeNone Campo

Definición

Precaución

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

Modo de canal de códec NONE.

[Android.Runtime.Register("CHANNEL_MODE_NONE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.ChannelMode enum directly instead of this field.", true)]
public const Android.Bluetooth.ChannelMode ChannelModeNone = 0;
[<Android.Runtime.Register("CHANNEL_MODE_NONE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.ChannelMode enum directly instead of this field.", true)>]
val mutable ChannelModeNone : Android.Bluetooth.ChannelMode

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Modo de canal de códec NONE. Valor predeterminado del modo de canal de códec.

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

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