Table of Contents

Class BluetoothCodecConfig.Builder

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothCodecConfig.Builder : JVMBridgeBase<BluetoothCodecConfig.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
BluetoothCodecConfig.Builder
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BluetoothCodecConfig.Builder>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BluetoothCodecConfig.Builder>.IsAssignableFrom<T>()
JVMBridgeBase<BluetoothCodecConfig.Builder>.Execute<T>(params T[])
JVMBridgeBase<BluetoothCodecConfig.Builder>.DynBridgeClazz
JVMBridgeBase<BluetoothCodecConfig.Builder>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Builder()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Builder()

Builder(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Builder(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Build()

public BluetoothCodecConfig Build()

Returns

BluetoothCodecConfig

BluetoothCodecConfig

SetBitsPerSample(int)

public BluetoothCodecConfig.Builder SetBitsPerSample(int arg0)

Parameters

arg0 int

int

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetChannelMode(int)

public BluetoothCodecConfig.Builder SetChannelMode(int arg0)

Parameters

arg0 int

int

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetCodecPriority(int)

public BluetoothCodecConfig.Builder SetCodecPriority(int arg0)

Parameters

arg0 int

int

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetCodecSpecific1(long)

public BluetoothCodecConfig.Builder SetCodecSpecific1(long arg0)

Parameters

arg0 long

long

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetCodecSpecific2(long)

public BluetoothCodecConfig.Builder SetCodecSpecific2(long arg0)

Parameters

arg0 long

long

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetCodecSpecific3(long)

public BluetoothCodecConfig.Builder SetCodecSpecific3(long arg0)

Parameters

arg0 long

long

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetCodecSpecific4(long)

public BluetoothCodecConfig.Builder SetCodecSpecific4(long arg0)

Parameters

arg0 long

long

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetCodecType(int)

[Obsolete]
public BluetoothCodecConfig.Builder SetCodecType(int arg0)

Parameters

arg0 int

int

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetExtendedCodecType(BluetoothCodecType)

public BluetoothCodecConfig.Builder SetExtendedCodecType(BluetoothCodecType arg0)

Parameters

arg0 BluetoothCodecType

BluetoothCodecType

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder

SetSampleRate(int)

public BluetoothCodecConfig.Builder SetSampleRate(int arg0)

Parameters

arg0 int

int

Returns

BluetoothCodecConfig.Builder

BluetoothCodecConfig.Builder