BluetoothLeAudioCodecStatus Constructor
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.
Represents the codec status for a Bluetooth LE Audio source device.
[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
Parameters
- inputCodecConfig
- BluetoothLeAudioCodecConfig
the current input codec configuration.
- outputCodecConfig
- BluetoothLeAudioCodecConfig
the current output codec configuration.
- inputCodecsLocalCapabilities
- IList<BluetoothLeAudioCodecConfig>
the local input codecs capabilities.
- outputCodecsLocalCapabilities
- IList<BluetoothLeAudioCodecConfig>
the local output codecs capabilities.
- inputCodecsSelectableCapabilities
- IList<BluetoothLeAudioCodecConfig>
the selectable input codecs capabilities.
- outputCodecsSelectableCapabilities
- IList<BluetoothLeAudioCodecConfig>
the selectable output codecs capabilities.
- Attributes
Remarks
Represents the codec status for a Bluetooth LE Audio source device.
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.