Table of Contents

Class BluetoothLeAudioCodecConfig.Builder

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothLeAudioCodecConfig.Builder : JVMBridgeBase<BluetoothLeAudioCodecConfig.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
BluetoothLeAudioCodecConfig.Builder
Implements
Extension Methods

Constructors

Builder()

public Builder()

Builder(BluetoothLeAudioCodecConfig)

public Builder(BluetoothLeAudioCodecConfig arg0)

Parameters

arg0 BluetoothLeAudioCodecConfig

BluetoothLeAudioCodecConfig

Builder(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 Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

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

Build()

public BluetoothLeAudioCodecConfig Build()

Returns

BluetoothLeAudioCodecConfig

BluetoothLeAudioCodecConfig

CreatePoolableInstance()

HPA initializer for Builder()

public static BluetoothLeAudioCodecConfig.Builder CreatePoolableInstance()

Returns

BluetoothLeAudioCodecConfig.Builder

CreatePoolableInstance(BluetoothLeAudioCodecConfig)

HPA initializer for Builder(Android.Bluetooth.BluetoothLeAudioCodecConfig arg0)

public static BluetoothLeAudioCodecConfig.Builder CreatePoolableInstance(BluetoothLeAudioCodecConfig arg0)

Parameters

arg0 BluetoothLeAudioCodecConfig

Returns

BluetoothLeAudioCodecConfig.Builder

SetBitsPerSample(int)

public BluetoothLeAudioCodecConfig.Builder SetBitsPerSample(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder

SetChannelCount(int)

public BluetoothLeAudioCodecConfig.Builder SetChannelCount(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder

SetCodecPriority(int)

public BluetoothLeAudioCodecConfig.Builder SetCodecPriority(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder

SetCodecType(int)

public BluetoothLeAudioCodecConfig.Builder SetCodecType(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder

SetFrameDuration(int)

public BluetoothLeAudioCodecConfig.Builder SetFrameDuration(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder

SetMaxOctetsPerFrame(int)

public BluetoothLeAudioCodecConfig.Builder SetMaxOctetsPerFrame(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder

SetMinOctetsPerFrame(int)

public BluetoothLeAudioCodecConfig.Builder SetMinOctetsPerFrame(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder

SetOctetsPerFrame(int)

public BluetoothLeAudioCodecConfig.Builder SetOctetsPerFrame(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder

SetSampleRate(int)

public BluetoothLeAudioCodecConfig.Builder SetSampleRate(int arg0)

Parameters

arg0 int

int

Returns

BluetoothLeAudioCodecConfig.Builder

BluetoothLeAudioCodecConfig.Builder