Virtualizer.VirtualizationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the virtualization mode being used, if any.
public virtual Android.Media.Audiofx.VirtualizationMode VirtualizationMode { [Android.Runtime.Register("getVirtualizationMode", "()I", "GetGetVirtualizationModeHandler")] get; }
[<get: Android.Runtime.Register("getVirtualizationMode", "()I", "GetGetVirtualizationModeHandler")>]
member this.VirtualizationMode : Android.Media.Audiofx.VirtualizationMode
Property Value
the virtualization mode being used.
If virtualization is not active, the virtualization mode will be
#VIRTUALIZATION_MODE_OFF
. Otherwise the value will be
#VIRTUALIZATION_MODE_BINAURAL
or #VIRTUALIZATION_MODE_TRANSAURAL
.
Virtualization may not be active either because the effect is not enabled or
because the current output device is not compatible with this virtualization
implementation.
- Attributes
Exceptions
Remarks
Return the virtualization mode being used, if any.
Java documentation for android.media.audiofx.Virtualizer.getVirtualizationMode()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.