Table of Contents

Class BluetoothCodecConfig

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothCodecConfig : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
BluetoothCodecConfig
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.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

BluetoothCodecConfig()

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

public BluetoothCodecConfig()

BluetoothCodecConfig(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 BluetoothCodecConfig(params object[] args)

Parameters

args object[]

Properties

BITS_PER_SAMPLE_16

public static int BITS_PER_SAMPLE_16 { get; }

Property Value

int

BITS_PER_SAMPLE_24

public static int BITS_PER_SAMPLE_24 { get; }

Property Value

int

BITS_PER_SAMPLE_32

public static int BITS_PER_SAMPLE_32 { get; }

Property Value

int

BITS_PER_SAMPLE_NONE

public static int BITS_PER_SAMPLE_NONE { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CHANNEL_MODE_MONO

public static int CHANNEL_MODE_MONO { get; }

Property Value

int

CHANNEL_MODE_NONE

public static int CHANNEL_MODE_NONE { get; }

Property Value

int

CHANNEL_MODE_STEREO

public static int CHANNEL_MODE_STEREO { get; }

Property Value

int

CODEC_PRIORITY_DEFAULT

public static int CODEC_PRIORITY_DEFAULT { get; }

Property Value

int

CODEC_PRIORITY_DISABLED

public static int CODEC_PRIORITY_DISABLED { get; }

Property Value

int

CODEC_PRIORITY_HIGHEST

public static int CODEC_PRIORITY_HIGHEST { get; }

Property Value

int

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

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

SAMPLE_RATE_176400

public static int SAMPLE_RATE_176400 { get; }

Property Value

int

SAMPLE_RATE_192000

public static int SAMPLE_RATE_192000 { get; }

Property Value

int

SAMPLE_RATE_44100

public static int SAMPLE_RATE_44100 { get; }

Property Value

int

SAMPLE_RATE_48000

public static int SAMPLE_RATE_48000 { get; }

Property Value

int

SAMPLE_RATE_88200

public static int SAMPLE_RATE_88200 { get; }

Property Value

int

SAMPLE_RATE_96000

public static int SAMPLE_RATE_96000 { get; }

Property Value

int

SAMPLE_RATE_NONE

public static int SAMPLE_RATE_NONE { get; }

Property Value

int

SOURCE_CODEC_TYPE_AAC

[Obsolete]
public static int SOURCE_CODEC_TYPE_AAC { get; }

Property Value

int

SOURCE_CODEC_TYPE_APTX

[Obsolete]
public static int SOURCE_CODEC_TYPE_APTX { get; }

Property Value

int

SOURCE_CODEC_TYPE_APTX_HD

[Obsolete]
public static int SOURCE_CODEC_TYPE_APTX_HD { get; }

Property Value

int

SOURCE_CODEC_TYPE_INVALID

[Obsolete]
public static int SOURCE_CODEC_TYPE_INVALID { get; }

Property Value

int

SOURCE_CODEC_TYPE_LC3

[Obsolete]
public static int SOURCE_CODEC_TYPE_LC3 { get; }

Property Value

int

SOURCE_CODEC_TYPE_LDAC

[Obsolete]
public static int SOURCE_CODEC_TYPE_LDAC { get; }

Property Value

int

SOURCE_CODEC_TYPE_OPUS

[Obsolete]
public static int SOURCE_CODEC_TYPE_OPUS { get; }

Property Value

int

SOURCE_CODEC_TYPE_SBC

[Obsolete]
public static int SOURCE_CODEC_TYPE_SBC { get; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetBitsPerSample()

public int GetBitsPerSample()

Returns

int

int

GetChannelMode()

public int GetChannelMode()

Returns

int

int

GetCodecPriority()

public int GetCodecPriority()

Returns

int

int

GetCodecSpecific1()

public long GetCodecSpecific1()

Returns

long

long

GetCodecSpecific2()

public long GetCodecSpecific2()

Returns

long

long

GetCodecSpecific3()

public long GetCodecSpecific3()

Returns

long

long

GetCodecSpecific4()

public long GetCodecSpecific4()

Returns

long

long

GetCodecType()

[Obsolete]
public int GetCodecType()

Returns

int

int

GetExtendedCodecType()

public BluetoothCodecType GetExtendedCodecType()

Returns

BluetoothCodecType

BluetoothCodecType

GetSampleRate()

public int GetSampleRate()

Returns

int

int

IsMandatoryCodec()

public bool IsMandatoryCodec()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int