Class SoundProfile
public class SoundProfile : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
SoundProfile
- Implements
- Inherited Members
- Extension Methods
Constructors
SoundProfile(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 SoundProfile(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
ERROR_DUPLICATE
public static int ERROR_DUPLICATE { get; set; }
Property Value
ERROR_INVALID_ARGUMENT
public static int ERROR_INVALID_ARGUMENT { get; set; }
Property Value
ERROR_NOT_ALLOWLISTED
public static int ERROR_NOT_ALLOWLISTED { get; set; }
Property Value
ERROR_NO_PERMISSION
public static int ERROR_NO_PERMISSION { get; set; }
Property Value
ERROR_UNKNOWN
public static int ERROR_UNKNOWN { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
TYPE_APPLICATION
public static int TYPE_APPLICATION { get; set; }
Property Value
TYPE_SYSTEM
public static int TYPE_SYSTEM { get; set; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetInputId()
public String GetInputId()
Returns
GetName()
public String GetName()
Returns
GetPackageName()
public String GetPackageName()
Returns
GetParameters()
public PersistableBundle GetParameters()
Returns
GetProfileId()
public String GetProfileId()
Returns
GetProfileType()
public int GetProfileType()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)