BluetoothLeAudioCodecStatus コンストラクター

定義

[Android.Runtime.Register(".ctor", "(Landroid/bluetooth/BluetoothLeAudioCodecConfig;Landroid/bluetooth/BluetoothLeAudioCodecConfig;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V", "", ApiSince=33)]
public BluetoothLeAudioCodecStatus (Android.Bluetooth.BluetoothLeAudioCodecConfig? inputCodecConfig, Android.Bluetooth.BluetoothLeAudioCodecConfig? outputCodecConfig, System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> inputCodecsLocalCapabilities, System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> outputCodecsLocalCapabilities, System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> inputCodecsSelectableCapabilities, System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> outputCodecsSelectableCapabilities);
[<Android.Runtime.Register(".ctor", "(Landroid/bluetooth/BluetoothLeAudioCodecConfig;Landroid/bluetooth/BluetoothLeAudioCodecConfig;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V", "", ApiSince=33)>]
new Android.Bluetooth.BluetoothLeAudioCodecStatus : Android.Bluetooth.BluetoothLeAudioCodecConfig * Android.Bluetooth.BluetoothLeAudioCodecConfig * System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> * System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> * System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> * System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> -> Android.Bluetooth.BluetoothLeAudioCodecStatus

パラメーター

inputCodecConfig
BluetoothLeAudioCodecConfig
outputCodecConfig
BluetoothLeAudioCodecConfig
inputCodecsLocalCapabilities
IList<BluetoothLeAudioCodecConfig>
outputCodecsLocalCapabilities
IList<BluetoothLeAudioCodecConfig>
inputCodecsSelectableCapabilities
IList<BluetoothLeAudioCodecConfig>
outputCodecsSelectableCapabilities
IList<BluetoothLeAudioCodecConfig>
属性

適用対象