Table of Contents

Class BluetoothA2dp

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

BluetoothA2dp()

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

public BluetoothA2dp()

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

Parameters

args object[]

Properties

ACTION_CONNECTION_STATE_CHANGED

public static String ACTION_CONNECTION_STATE_CHANGED { get; }

Property Value

String

ACTION_PLAYING_STATE_CHANGED

public static String ACTION_PLAYING_STATE_CHANGED { get; }

Property Value

String

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

STATE_NOT_PLAYING

public static int STATE_NOT_PLAYING { get; }

Property Value

int

STATE_PLAYING

public static int STATE_PLAYING { get; }

Property Value

int

Methods

GetConnectedDevices()

public List<BluetoothDevice> GetConnectedDevices()

Returns

List<BluetoothDevice>

List

GetConnectionState(BluetoothDevice)

public int GetConnectionState(BluetoothDevice arg0)

Parameters

arg0 BluetoothDevice

BluetoothDevice

Returns

int

int

GetDevicesMatchingConnectionStates(int[])

public List<BluetoothDevice> GetDevicesMatchingConnectionStates(int[] arg0)

Parameters

arg0 int[]

int

Returns

List<BluetoothDevice>

List

GetSupportedCodecTypes()

public Collection<BluetoothCodecType> GetSupportedCodecTypes()

Returns

Collection<BluetoothCodecType>

Collection

IsA2dpPlaying(BluetoothDevice)

public bool IsA2dpPlaying(BluetoothDevice arg0)

Parameters

arg0 BluetoothDevice

BluetoothDevice

Returns

bool

bool