Table of Contents

Class Equalizer

Namespace
Android.Media.Audiofx
Assembly
MASES.Netdroid.dll
public class Equalizer : AudioEffect, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<AudioEffect>
Equalizer
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

Equalizer()

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

public Equalizer()

Equalizer(int, int)

public Equalizer(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

IllegalArgumentException
IllegalStateException
RuntimeException
UnsupportedOperationException

Equalizer(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 Equalizer(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_BAND_FREQ_RANGE

public static int PARAM_BAND_FREQ_RANGE { get; }

Property Value

int

PARAM_BAND_LEVEL

public static int PARAM_BAND_LEVEL { get; }

Property Value

int

PARAM_CENTER_FREQ

public static int PARAM_CENTER_FREQ { get; }

Property Value

int

PARAM_CURRENT_PRESET

public static int PARAM_CURRENT_PRESET { get; }

Property Value

int

PARAM_GET_BAND

public static int PARAM_GET_BAND { get; }

Property Value

int

PARAM_GET_NUM_OF_PRESETS

public static int PARAM_GET_NUM_OF_PRESETS { get; }

Property Value

int

PARAM_GET_PRESET_NAME

public static int PARAM_GET_PRESET_NAME { get; }

Property Value

int

PARAM_LEVEL_RANGE

public static int PARAM_LEVEL_RANGE { get; }

Property Value

int

PARAM_NUM_BANDS

public static int PARAM_NUM_BANDS { get; }

Property Value

int

PARAM_STRING_SIZE_MAX

public static int PARAM_STRING_SIZE_MAX { get; }

Property Value

int

Methods

GetBand(int)

public short GetBand(int arg0)

Parameters

arg0 int

int

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetBandFreqRange(short)

public int[] GetBandFreqRange(short arg0)

Parameters

arg0 short

short

Returns

int[]

int

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetBandLevel(short)

public short GetBandLevel(short arg0)

Parameters

arg0 short

short

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetBandLevelRange()

public short[] GetBandLevelRange()

Returns

short[]

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetCenterFreq(short)

public int GetCenterFreq(short arg0)

Parameters

arg0 short

short

Returns

int

int

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetCurrentPreset()

public short GetCurrentPreset()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetNumberOfBands()

public short GetNumberOfBands()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetNumberOfPresets()

public short GetNumberOfPresets()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetPresetName(short)

public String GetPresetName(short arg0)

Parameters

arg0 short

short

Returns

String

String

GetProperties()

public Equalizer.Settings GetProperties()

Returns

Equalizer.Settings

Equalizer.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetBandLevel(short, short)

public void SetBandLevel(short arg0, short arg1)

Parameters

arg0 short

short

arg1 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetParameterListener(OnParameterChangeListener)

public void SetParameterListener(Equalizer.OnParameterChangeListener arg0)

Parameters

arg0 Equalizer.OnParameterChangeListener

Equalizer.OnParameterChangeListener

SetProperties(Settings)

public void SetProperties(Equalizer.Settings arg0)

Parameters

arg0 Equalizer.Settings

Equalizer.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

UsePreset(short)

public void UsePreset(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException