BluetoothCodecStatus.Builder.SetCodecsLocalCapabilities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set codec local capabilities list for this codec status.
[Android.Runtime.Register("setCodecsLocalCapabilities", "(Ljava/util/List;)Landroid/bluetooth/BluetoothCodecStatus$Builder;", "", ApiSince=33)]
public Android.Bluetooth.BluetoothCodecStatus.Builder SetCodecsLocalCapabilities(System.Collections.Generic.IList<Android.Bluetooth.BluetoothCodecConfig> codecsLocalCapabilities);
[<Android.Runtime.Register("setCodecsLocalCapabilities", "(Ljava/util/List;)Landroid/bluetooth/BluetoothCodecStatus$Builder;", "", ApiSince=33)>]
member this.SetCodecsLocalCapabilities : System.Collections.Generic.IList<Android.Bluetooth.BluetoothCodecConfig> -> Android.Bluetooth.BluetoothCodecStatus.Builder
Parameters
- codecsLocalCapabilities
- 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 local capabilities list for this codec status.
Android reference for android.bluetooth.BluetoothCodecStatus.Builder.setCodecsLocalCapabilities.
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.