Class Equalizer
public class Equalizer : AudioEffect, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Equalizer
- Implements
- Inherited Members
- Extension Methods
Constructors
Equalizer(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 Equalizer(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Equalizer(int, int)
public Equalizer(int arg0, int arg1)
Parameters
Exceptions
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
PARAM_BAND_FREQ_RANGE
public static int PARAM_BAND_FREQ_RANGE { get; set; }
Property Value
PARAM_BAND_LEVEL
public static int PARAM_BAND_LEVEL { get; set; }
Property Value
PARAM_CENTER_FREQ
public static int PARAM_CENTER_FREQ { get; set; }
Property Value
PARAM_CURRENT_PRESET
public static int PARAM_CURRENT_PRESET { get; set; }
Property Value
PARAM_GET_BAND
public static int PARAM_GET_BAND { get; set; }
Property Value
PARAM_GET_NUM_OF_PRESETS
public static int PARAM_GET_NUM_OF_PRESETS { get; set; }
Property Value
PARAM_GET_PRESET_NAME
public static int PARAM_GET_PRESET_NAME { get; set; }
Property Value
PARAM_LEVEL_RANGE
public static int PARAM_LEVEL_RANGE { get; set; }
Property Value
PARAM_NUM_BANDS
public static int PARAM_NUM_BANDS { get; set; }
Property Value
PARAM_STRING_SIZE_MAX
public static int PARAM_STRING_SIZE_MAX { get; set; }
Property Value
Methods
CreatePoolableInstance(int, int)
HPA initializer for Equalizer(int arg0, int arg1)
public static Equalizer CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
GetBand(int)
public short GetBand(int arg0)
Parameters
Returns
Exceptions
GetBandFreqRange(short)
https://developer.android.com/reference/android/media/audiofx/Equalizer.html#getBandFreqRange(short)
public int[] GetBandFreqRange(short arg0)
Parameters
Returns
Exceptions
GetBandLevel(short)
public short GetBandLevel(short arg0)
Parameters
Returns
Exceptions
GetBandLevelRange()
public short[] GetBandLevelRange()
Returns
Exceptions
GetCenterFreq(short)
public int GetCenterFreq(short arg0)
Parameters
Returns
Exceptions
GetCurrentPreset()
public short GetCurrentPreset()
Returns
Exceptions
GetNumberOfBands()
public short GetNumberOfBands()
Returns
Exceptions
GetNumberOfPresets()
public short GetNumberOfPresets()
Returns
Exceptions
GetPresetName(short)
public String GetPresetName(short arg0)
Parameters
Returns
GetProperties()
public Equalizer.Settings GetProperties()
Returns
Exceptions
SetBandLevel(short, short)
public void SetBandLevel(short arg0, short arg1)
Parameters
Exceptions
SetParameterListener(OnParameterChangeListener)
public void SetParameterListener(Equalizer.OnParameterChangeListener arg0)
Parameters
SetProperties(Settings)
public void SetProperties(Equalizer.Settings arg0)
Parameters
Exceptions
UsePreset(short)
public void UsePreset(short arg0)