The members of Android.Bluetooth.BluetoothA2dp are listed below.
See Also: Inherited members from Java.Lang.Object
const | ActionConnectionStateChanged | string. Intent used to broadcast the change in connection state of the A2DP profile. |
const | ActionPlayingStateChanged | string. Intent used to broadcast the change in the Playing state of the A2DP profile. |
const | StateNotPlaying | A2dpState (11). A2DP sink device is NOT streaming music. |
const | StatePlaying | A2dpState (10). A2DP sink device is streaming music. |
[read-only] | ConnectedDevices | IList<BluetoothDevice>. Get connected devices for this specific profile. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Finalize()Invoked when the garbage collector has detected that this instance is no longer reachable. | ||
GetConnectionState(BluetoothDevice)Get the current connection state of the profile | ||
GetDevicesMatchingConnectionStates(ProfileState[])Get a list of devices that match any of the given connection states. | ||
IsA2dpPlaying(BluetoothDevice)Check if A2DP profile is streaming music. |