BluetoothLeAudioCodecStatus.InputCodecLocalCapabilities Property

Definition

Returns the input codecs local capabilities.

public System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig> InputCodecLocalCapabilities { [Android.Runtime.Register("getInputCodecLocalCapabilities", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getInputCodecLocalCapabilities", "()Ljava/util/List;", "", ApiSince=33)>]
member this.InputCodecLocalCapabilities : System.Collections.Generic.IList<Android.Bluetooth.BluetoothLeAudioCodecConfig>

Property Value

The list of codec config that supported by the local system.

Attributes

Remarks

Returns the input codecs local capabilities.

Java documentation for android.bluetooth.BluetoothLeAudioCodecStatus.getInputCodecLocalCapabilities().

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