Table of Contents

Class BluetoothLeAudioCodecConfig

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothLeAudioCodecConfig : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
BluetoothLeAudioCodecConfig
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

BluetoothLeAudioCodecConfig()

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

public BluetoothLeAudioCodecConfig()

BluetoothLeAudioCodecConfig(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 BluetoothLeAudioCodecConfig(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_COUNT_1

public static int CHANNEL_COUNT_1 { get; }

Property Value

int

CHANNEL_COUNT_2

public static int CHANNEL_COUNT_2 { get; }

Property Value

int

CHANNEL_COUNT_NONE

public static int CHANNEL_COUNT_NONE { 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

FRAME_DURATION_10000

public static int FRAME_DURATION_10000 { get; }

Property Value

int

FRAME_DURATION_7500

public static int FRAME_DURATION_7500 { get; }

Property Value

int

FRAME_DURATION_NONE

public static int FRAME_DURATION_NONE { get; }

Property Value

int

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_11025

public static int SAMPLE_RATE_11025 { get; }

Property Value

int

SAMPLE_RATE_16000

public static int SAMPLE_RATE_16000 { get; }

Property Value

int

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_22050

public static int SAMPLE_RATE_22050 { get; }

Property Value

int

SAMPLE_RATE_24000

public static int SAMPLE_RATE_24000 { get; }

Property Value

int

SAMPLE_RATE_32000

public static int SAMPLE_RATE_32000 { get; }

Property Value

int

SAMPLE_RATE_384000

public static int SAMPLE_RATE_384000 { 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_8000

public static int SAMPLE_RATE_8000 { 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_INVALID

public static int SOURCE_CODEC_TYPE_INVALID { get; }

Property Value

int

SOURCE_CODEC_TYPE_LC3

public static int SOURCE_CODEC_TYPE_LC3 { get; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetBitsPerSample()

public int GetBitsPerSample()

Returns

int

int

GetChannelCount()

public int GetChannelCount()

Returns

int

int

GetCodecName()

public String GetCodecName()

Returns

String

String

GetCodecPriority()

public int GetCodecPriority()

Returns

int

int

GetCodecType()

public int GetCodecType()

Returns

int

int

GetFrameDuration()

public int GetFrameDuration()

Returns

int

int

GetMaxOctetsPerFrame()

public int GetMaxOctetsPerFrame()

Returns

int

int

GetMinOctetsPerFrame()

public int GetMinOctetsPerFrame()

Returns

int

int

GetOctetsPerFrame()

public int GetOctetsPerFrame()

Returns

int

int

GetSampleRate()

public int GetSampleRate()

Returns

int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int