語言

BluetoothCodecStatus.IsCodecConfigSelectable(BluetoothCodecConfig) 方法

定義

檢查編碼組設定是否符合可選功能。

[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

參數

codecConfig
BluetoothCodecConfig

要比較的編解碼器設定

傳回

true 如果編碼組設定符合, false 否則

屬性

備註

檢查編碼組設定是否符合可選功能。 任何編碼器設定中 NONE 值的參數都會被視為通配符。

Java 文件 android.bluetooth.BluetoothCodecStatus.isCodecConfigSelectable(android.bluetooth.BluetoothCodecConfig)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於