Table of Contents

Class CallAudioState

Namespace
Android.Telecom
Assembly
MASES.Netdroid.dll
public class CallAudioState : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
CallAudioState
Implements
Inherited Members
Extension Methods

Constructors

CallAudioState(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CallAudioState(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

CallAudioState(bool, int, int)

public CallAudioState(bool arg0, int arg1, int arg2)

Parameters

arg0 bool

bool

arg1 int

int

arg2 int

int

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

ROUTE_BLUETOOTH

public static int ROUTE_BLUETOOTH { get; set; }

Property Value

int

ROUTE_EARPIECE

public static int ROUTE_EARPIECE { get; set; }

Property Value

int

ROUTE_SPEAKER

public static int ROUTE_SPEAKER { get; set; }

Property Value

int

ROUTE_STREAMING

public static int ROUTE_STREAMING { get; set; }

Property Value

int

ROUTE_WIRED_HEADSET

public static int ROUTE_WIRED_HEADSET { get; set; }

Property Value

int

ROUTE_WIRED_OR_EARPIECE

public static int ROUTE_WIRED_OR_EARPIECE { get; set; }

Property Value

int

Methods

AudioRouteToString(int)

public static String AudioRouteToString(int arg0)

Parameters

arg0 int

int

Returns

String

String

CreatePoolableInstance(bool, int, int)

HPA initializer for CallAudioState(bool arg0, int arg1, int arg2)

public static CallAudioState CreatePoolableInstance(bool arg0, int arg1, int arg2)

Parameters

arg0 bool
arg1 int
arg2 int

Returns

CallAudioState

DescribeContents()

public int DescribeContents()

Returns

int

int

GetActiveBluetoothDevice()

public BluetoothDevice GetActiveBluetoothDevice()

Returns

BluetoothDevice

BluetoothDevice

GetRoute()

public int GetRoute()

Returns

int

int

GetSupportedBluetoothDevices()

public Collection<BluetoothDevice> GetSupportedBluetoothDevices()

Returns

Collection<BluetoothDevice>

Collection

GetSupportedRouteMask()

public int GetSupportedRouteMask()

Returns

int

int

IsMuted()

public bool IsMuted()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int