Class BluetoothCodecConfig
public class BluetoothCodecConfig : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Parcelable>BluetoothCodecConfig
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Parcelable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Parcelable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()JVMBridgeBase<Parcelable>.Execute<T>(params T[])JVMBridgeBase<Parcelable>.DynBridgeClazzJVMBridgeBase<Parcelable>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
BITS_PER_SAMPLE_24
public static int BITS_PER_SAMPLE_24 { get; }
Property Value
BITS_PER_SAMPLE_32
public static int BITS_PER_SAMPLE_32 { get; }
Property Value
BITS_PER_SAMPLE_NONE
public static int BITS_PER_SAMPLE_NONE { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CHANNEL_MODE_MONO
public static int CHANNEL_MODE_MONO { get; }
Property Value
CHANNEL_MODE_NONE
public static int CHANNEL_MODE_NONE { get; }
Property Value
CHANNEL_MODE_STEREO
public static int CHANNEL_MODE_STEREO { get; }
Property Value
CODEC_PRIORITY_DEFAULT
public static int CODEC_PRIORITY_DEFAULT { get; }
Property Value
CODEC_PRIORITY_DISABLED
public static int CODEC_PRIORITY_DISABLED { get; }
Property Value
CODEC_PRIORITY_HIGHEST
public static int CODEC_PRIORITY_HIGHEST { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
SAMPLE_RATE_176400
public static int SAMPLE_RATE_176400 { get; }
Property Value
SAMPLE_RATE_192000
public static int SAMPLE_RATE_192000 { get; }
Property Value
SAMPLE_RATE_44100
public static int SAMPLE_RATE_44100 { get; }
Property Value
SAMPLE_RATE_48000
public static int SAMPLE_RATE_48000 { get; }
Property Value
SAMPLE_RATE_88200
public static int SAMPLE_RATE_88200 { get; }
Property Value
SAMPLE_RATE_96000
public static int SAMPLE_RATE_96000 { get; }
Property Value
SAMPLE_RATE_NONE
https://developer.android.com/reference/android/bluetooth/BluetoothCodecConfig.html#SAMPLE_RATE_NONE
public static int SAMPLE_RATE_NONE { get; }
Property Value
SOURCE_CODEC_TYPE_AAC
[Obsolete]
public static int SOURCE_CODEC_TYPE_AAC { get; }
Property Value
SOURCE_CODEC_TYPE_APTX
[Obsolete]
public static int SOURCE_CODEC_TYPE_APTX { get; }
Property Value
SOURCE_CODEC_TYPE_APTX_HD
[Obsolete]
public static int SOURCE_CODEC_TYPE_APTX_HD { get; }
Property Value
SOURCE_CODEC_TYPE_INVALID
[Obsolete]
public static int SOURCE_CODEC_TYPE_INVALID { get; }
Property Value
SOURCE_CODEC_TYPE_LC3
[Obsolete]
public static int SOURCE_CODEC_TYPE_LC3 { get; }
Property Value
SOURCE_CODEC_TYPE_LDAC
[Obsolete]
public static int SOURCE_CODEC_TYPE_LDAC { get; }
Property Value
SOURCE_CODEC_TYPE_OPUS
[Obsolete]
public static int SOURCE_CODEC_TYPE_OPUS { get; }
Property Value
SOURCE_CODEC_TYPE_SBC
[Obsolete]
public static int SOURCE_CODEC_TYPE_SBC { get; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetBitsPerSample()
public int GetBitsPerSample()
Returns
GetChannelMode()
https://developer.android.com/reference/android/bluetooth/BluetoothCodecConfig.html#getChannelMode()
public int GetChannelMode()
Returns
GetCodecPriority()
public int GetCodecPriority()
Returns
GetCodecSpecific1()
public long GetCodecSpecific1()
Returns
GetCodecSpecific2()
public long GetCodecSpecific2()
Returns
GetCodecSpecific3()
public long GetCodecSpecific3()
Returns
GetCodecSpecific4()
public long GetCodecSpecific4()
Returns
GetCodecType()
[Obsolete]
public int GetCodecType()
Returns
GetExtendedCodecType()
public BluetoothCodecType GetExtendedCodecType()
Returns
GetSampleRate()
public int GetSampleRate()
Returns
IsMandatoryCodec()
public bool IsMandatoryCodec()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)