다음을 통해 공유


BluetoothLeAudioCodecStatus Constructor

Definition

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.

Java documentation for 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>).

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.

Applies to