Lingua

BluetoothCodecConfig.CodecPriority Property

Definition

Returns the codec selection priority.

public int CodecPriority { [Android.Runtime.Register("getCodecPriority", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getCodecPriority", "()I", "", ApiSince=33)>]
member this.CodecPriority : int

Property Value

Value is one of the following: CODEC_PRIORITY_DISABLED; CODEC_PRIORITY_DEFAULT; CODEC_PRIORITY_HIGHEST

Attributes

Remarks

Returns the codec selection priority.

The codec selection priority is relative to other codecs: larger value means higher priority.

Java documentation for android.bluetooth.BluetoothCodecConfig.getCodecPriority().

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