다음을 통해 공유


BluetoothLeAudioCodecStatus.IsInputCodecConfigSelectable Method

Definition

Checks whether the Input codec config matches the selectable capabilities.

[Android.Runtime.Register("isInputCodecConfigSelectable", "(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)Z", "", ApiSince=33)]
public bool IsInputCodecConfigSelectable (Android.Bluetooth.BluetoothLeAudioCodecConfig? codecConfig);
[<Android.Runtime.Register("isInputCodecConfigSelectable", "(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)Z", "", ApiSince=33)>]
member this.IsInputCodecConfigSelectable : 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 Input 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.isInputCodecConfigSelectable(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