Table of Contents

Class BassBoost

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

BassBoost()

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

public BassBoost()

BassBoost(int, int)

public BassBoost(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

IllegalArgumentException
IllegalStateException
RuntimeException
UnsupportedOperationException

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

Parameters

args object[]

Properties

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

PARAM_STRENGTH

public static int PARAM_STRENGTH { get; }

Property Value

int

PARAM_STRENGTH_SUPPORTED

public static int PARAM_STRENGTH_SUPPORTED { get; }

Property Value

int

Methods

GetProperties()

public BassBoost.Settings GetProperties()

Returns

BassBoost.Settings

BassBoost.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetRoundedStrength()

public short GetRoundedStrength()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetStrengthSupported()

public bool GetStrengthSupported()

Returns

bool

bool

SetParameterListener(OnParameterChangeListener)

public void SetParameterListener(BassBoost.OnParameterChangeListener arg0)

Parameters

arg0 BassBoost.OnParameterChangeListener

BassBoost.OnParameterChangeListener

SetProperties(Settings)

public void SetProperties(BassBoost.Settings arg0)

Parameters

arg0 BassBoost.Settings

BassBoost.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetStrength(short)

public void SetStrength(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException