BluetoothLeAudioCodecStatus.IsOutputCodecConfigSelectable Method

Definition

Checks whether the Output codec config matches the selectable capabilities.

[Android.Runtime.Register("isOutputCodecConfigSelectable", "(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)Z", "", ApiSince=33)]
public bool IsOutputCodecConfigSelectable (Android.Bluetooth.BluetoothLeAudioCodecConfig? codecConfig);
[<Android.Runtime.Register("isOutputCodecConfigSelectable", "(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)Z", "", ApiSince=33)>]
member this.IsOutputCodecConfigSelectable : Android.Bluetooth.BluetoothLeAudioCodecConfig -> bool

Parameters

codecConfig
BluetoothLeAudioCodecConfig

the codec config to compare against

Returns

true if the codec config matches, false otherwise

Attributes

Remarks

Checks whether the Output codec config matches the selectable capabilities. Any parameters of the codec config with NONE value will be considered a wildcard matching.

Java documentation for android.bluetooth.BluetoothLeAudioCodecStatus.isOutputCodecConfigSelectable(android.bluetooth.BluetoothLeAudioCodecConfig).

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