Table of Contents

Class BluetoothLeAudioCodecStatus

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothLeAudioCodecStatus : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
BluetoothLeAudioCodecStatus
Implements
Inherited Members
Extension Methods

Constructors

BluetoothLeAudioCodecStatus(BluetoothLeAudioCodecConfig, BluetoothLeAudioCodecConfig, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>)

public BluetoothLeAudioCodecStatus(BluetoothLeAudioCodecConfig arg0, BluetoothLeAudioCodecConfig arg1, List<BluetoothLeAudioCodecConfig> arg2, List<BluetoothLeAudioCodecConfig> arg3, List<BluetoothLeAudioCodecConfig> arg4, List<BluetoothLeAudioCodecConfig> arg5)

Parameters

arg0 BluetoothLeAudioCodecConfig

BluetoothLeAudioCodecConfig

arg1 BluetoothLeAudioCodecConfig

BluetoothLeAudioCodecConfig

arg2 List<BluetoothLeAudioCodecConfig>

List

arg3 List<BluetoothLeAudioCodecConfig>

List

arg4 List<BluetoothLeAudioCodecConfig>

List

arg5 List<BluetoothLeAudioCodecConfig>

List

BluetoothLeAudioCodecStatus(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BluetoothLeAudioCodecStatus(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

EXTRA_LE_AUDIO_CODEC_STATUS

public static String EXTRA_LE_AUDIO_CODEC_STATUS { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(BluetoothLeAudioCodecConfig, BluetoothLeAudioCodecConfig, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>)

HPA initializer for BluetoothLeAudioCodecStatus(Android.Bluetooth.BluetoothLeAudioCodecConfig arg0, Android.Bluetooth.BluetoothLeAudioCodecConfig arg1, Java.Util.List%3CAndroid.Bluetooth.BluetoothLeAudioCodecConfig%3E arg2, Java.Util.List%3CAndroid.Bluetooth.BluetoothLeAudioCodecConfig%3E arg3, Java.Util.List%3CAndroid.Bluetooth.BluetoothLeAudioCodecConfig%3E arg4, Java.Util.List%3CAndroid.Bluetooth.BluetoothLeAudioCodecConfig%3E arg5)

public static BluetoothLeAudioCodecStatus CreatePoolableInstance(BluetoothLeAudioCodecConfig arg0, BluetoothLeAudioCodecConfig arg1, List<BluetoothLeAudioCodecConfig> arg2, List<BluetoothLeAudioCodecConfig> arg3, List<BluetoothLeAudioCodecConfig> arg4, List<BluetoothLeAudioCodecConfig> arg5)

Parameters

arg0 BluetoothLeAudioCodecConfig
arg1 BluetoothLeAudioCodecConfig
arg2 List<BluetoothLeAudioCodecConfig>
arg3 List<BluetoothLeAudioCodecConfig>
arg4 List<BluetoothLeAudioCodecConfig>
arg5 List<BluetoothLeAudioCodecConfig>

Returns

BluetoothLeAudioCodecStatus

DescribeContents()

public int DescribeContents()

Returns

int

int

GetInputCodecConfig()

public BluetoothLeAudioCodecConfig GetInputCodecConfig()

Returns

BluetoothLeAudioCodecConfig

BluetoothLeAudioCodecConfig

GetInputCodecLocalCapabilities()

public List<BluetoothLeAudioCodecConfig> GetInputCodecLocalCapabilities()

Returns

List<BluetoothLeAudioCodecConfig>

List

GetInputCodecSelectableCapabilities()

public List<BluetoothLeAudioCodecConfig> GetInputCodecSelectableCapabilities()

Returns

List<BluetoothLeAudioCodecConfig>

List

GetOutputCodecConfig()

public BluetoothLeAudioCodecConfig GetOutputCodecConfig()

Returns

BluetoothLeAudioCodecConfig

BluetoothLeAudioCodecConfig

GetOutputCodecLocalCapabilities()

public List<BluetoothLeAudioCodecConfig> GetOutputCodecLocalCapabilities()

Returns

List<BluetoothLeAudioCodecConfig>

List

GetOutputCodecSelectableCapabilities()

public List<BluetoothLeAudioCodecConfig> GetOutputCodecSelectableCapabilities()

Returns

List<BluetoothLeAudioCodecConfig>

List

IsInputCodecConfigSelectable(BluetoothLeAudioCodecConfig)

public bool IsInputCodecConfigSelectable(BluetoothLeAudioCodecConfig arg0)

Parameters

arg0 BluetoothLeAudioCodecConfig

BluetoothLeAudioCodecConfig

Returns

bool

bool

IsOutputCodecConfigSelectable(BluetoothLeAudioCodecConfig)

public bool IsOutputCodecConfigSelectable(BluetoothLeAudioCodecConfig arg0)

Parameters

arg0 BluetoothLeAudioCodecConfig

BluetoothLeAudioCodecConfig

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int