BluetoothLeAudioCodecStatus.IsOutputCodecConfigSelectable 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.
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.
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.