Class BluetoothLeAudioCodecStatus
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
arg0BluetoothLeAudioCodecConfigarg1BluetoothLeAudioCodecConfigarg2List<BluetoothLeAudioCodecConfig>arg3List<BluetoothLeAudioCodecConfig>arg4List<BluetoothLeAudioCodecConfig>arg5List<BluetoothLeAudioCodecConfig>
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
EXTRA_LE_AUDIO_CODEC_STATUS
public static String EXTRA_LE_AUDIO_CODEC_STATUS { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
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
arg0BluetoothLeAudioCodecConfigarg1BluetoothLeAudioCodecConfigarg2List<BluetoothLeAudioCodecConfig>arg3List<BluetoothLeAudioCodecConfig>arg4List<BluetoothLeAudioCodecConfig>arg5List<BluetoothLeAudioCodecConfig>
Returns
DescribeContents()
public int DescribeContents()
Returns
GetInputCodecConfig()
public BluetoothLeAudioCodecConfig GetInputCodecConfig()
Returns
GetInputCodecLocalCapabilities()
public List<BluetoothLeAudioCodecConfig> GetInputCodecLocalCapabilities()
Returns
GetInputCodecSelectableCapabilities()
public List<BluetoothLeAudioCodecConfig> GetInputCodecSelectableCapabilities()
Returns
GetOutputCodecConfig()
public BluetoothLeAudioCodecConfig GetOutputCodecConfig()
Returns
GetOutputCodecLocalCapabilities()
public List<BluetoothLeAudioCodecConfig> GetOutputCodecLocalCapabilities()
Returns
GetOutputCodecSelectableCapabilities()
public List<BluetoothLeAudioCodecConfig> GetOutputCodecSelectableCapabilities()
Returns
IsInputCodecConfigSelectable(BluetoothLeAudioCodecConfig)
public bool IsInputCodecConfigSelectable(BluetoothLeAudioCodecConfig arg0)
Parameters
Returns
IsOutputCodecConfigSelectable(BluetoothLeAudioCodecConfig)
public bool IsOutputCodecConfigSelectable(BluetoothLeAudioCodecConfig arg0)
Parameters
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)