BluetoothLeAudioCodecStatus Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt den Codecstatus für ein Bluetooth LE-Audioquellengerät dar.
[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
Parameter
- inputCodecConfig
- BluetoothLeAudioCodecConfig
die aktuelle Eingabecodecskonfiguration.
- outputCodecConfig
- BluetoothLeAudioCodecConfig
die aktuelle Ausgabecodec-Konfiguration.
- inputCodecsLocalCapabilities
- IList<BluetoothLeAudioCodecConfig>
die lokalen Eingabecodecs-Funktionen.
- outputCodecsLocalCapabilities
- IList<BluetoothLeAudioCodecConfig>
die Funktionen der lokalen Ausgabecodecs.
- inputCodecsSelectableCapabilities
- IList<BluetoothLeAudioCodecConfig>
die auswählbaren Eingabecodecs-Funktionen.
- outputCodecsSelectableCapabilities
- IList<BluetoothLeAudioCodecConfig>
die auswählbaren Ausgabecodecs-Funktionen.
- Attribute
Hinweise
Stellt den Codecstatus für ein Bluetooth LE-Audioquellengerät dar.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.