Sprache

BluetoothLeAudioCodecStatus Konstruktor

Definition

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.

Java Dokumentation für android.bluetooth.BluetoothLeAudioCodecStatus.BluetoothLeAudioCodecStatus(android.bluetooth.BluetoothLeAudioCodecConfig, android.bluetooth.BluetoothLeAudioCodecConfig, java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig>, java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig>, java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig>, java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig>).

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.

Gilt für: