BluetoothLeAudioCodecConfig.CodecPriorityDisabled Field

Definition

Codec priority disabled.

[Android.Runtime.Register("CODEC_PRIORITY_DISABLED", ApiSince=33)]
public const int CodecPriorityDisabled = -1;
[<Android.Runtime.Register("CODEC_PRIORITY_DISABLED", ApiSince=33)>]
val mutable CodecPriorityDisabled : int

Field Value

Value = -1

Implements

Attributes

Remarks

Codec priority disabled. Used to indicate that this codec is disabled and should not be used.

Java documentation for android.bluetooth.BluetoothLeAudioCodecConfig.CODEC_PRIORITY_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to