Partager via


BluetoothLeAudioCodecStatus.OutputCodecSelectableCapabilities Property

Definition

Returns the Output codecs selectable capabilities.

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

Property Value

The list of codec config that supported by both of the local system and remote devices.

Attributes

Remarks

Returns the Output codecs selectable capabilities.

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

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