BluetoothCodecStatus.IsCodecConfigSelectable(BluetoothCodecConfig) 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 codec config matches the selectable capabilities.
[Android.Runtime.Register("isCodecConfigSelectable", "(Landroid/bluetooth/BluetoothCodecConfig;)Z", "", ApiSince=33)]
public bool IsCodecConfigSelectable (Android.Bluetooth.BluetoothCodecConfig? codecConfig);
[<Android.Runtime.Register("isCodecConfigSelectable", "(Landroid/bluetooth/BluetoothCodecConfig;)Z", "", ApiSince=33)>]
member this.IsCodecConfigSelectable : Android.Bluetooth.BluetoothCodecConfig -> bool
Parameters
- codecConfig
- BluetoothCodecConfig
the codec config to compare against
Returns
true
if the codec config matches, false
otherwise
- Attributes
Remarks
Checks whether the 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.