언어

BluetoothCodecStatus.Builder.SetCodecsSelectableCapabilities Method

Definition

Set codec selectable capabilities list for this codec status.

[Android.Runtime.Register("setCodecsSelectableCapabilities", "(Ljava/util/List;)Landroid/bluetooth/BluetoothCodecStatus$Builder;", "", ApiSince=33)]
public Android.Bluetooth.BluetoothCodecStatus.Builder SetCodecsSelectableCapabilities(System.Collections.Generic.IList<Android.Bluetooth.BluetoothCodecConfig> codecsSelectableCapabilities);
[<Android.Runtime.Register("setCodecsSelectableCapabilities", "(Ljava/util/List;)Landroid/bluetooth/BluetoothCodecStatus$Builder;", "", ApiSince=33)>]
member this.SetCodecsSelectableCapabilities : System.Collections.Generic.IList<Android.Bluetooth.BluetoothCodecConfig> -> Android.Bluetooth.BluetoothCodecStatus.Builder

Parameters

codecsSelectableCapabilities
IList<BluetoothCodecConfig>

of this codec status. This value cannot be null.

Returns

the same Builder instance. This value cannot be null.

Attributes

Remarks

Set codec selectable capabilities list for this codec status.

Android reference for android.bluetooth.BluetoothCodecStatus.Builder.setCodecsSelectableCapabilities.

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