Android.Media.Audiofx.Virtualizer Members

The members of Android.Media.Audiofx.Virtualizer are listed below.

See Also: Inherited members from Android.Media.Audiofx.AudioEffect

Public Constructors

Class constructor.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ParamStrengthVirtualizerParam (1). Virtualizer effect strength.
const
ParamStrengthSupportedVirtualizerParam (0). Is strength parameter supported by virtualizer engine.

Public Properties

PropertiesVirtualizer.Settings. Gets the virtualizer properties.
[read-only]
RoundedStrengthshort. Gets the current strength of the effect.
[read-only]
StrengthSupportedbool. Indicates whether setting strength is supported.
[read-only]
VirtualizationModeVirtualizationMode. Return the virtualization mode being used, if any.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

CanVirtualize(Android.Media.ChannelIn, VirtualizationMode) : bool
Checks if the combination of a channel mask and virtualization mode is supported by this virtualizer.
ForceVirtualizationMode(VirtualizationMode) : bool
Forces the virtualizer effect to use the given processing mode.
GetSpeakerAngles(Android.Media.ChannelIn, VirtualizationMode, int[]) : bool
Queries the virtual speaker angles (azimuth and elevation) for a combination of a channel mask and virtualization mode.
SetParameterListener(Virtualizer.IOnParameterChangeListener)
Registers an OnParameterChangeListener interface.
SetStrength(short)
Sets the strength of the virtualizer effect.

Public Events

ParameterDocumentation for this section has not yet been entered.