AudioManager.Spatializer Property

Definition

Return a handle to the optional platform's Spatializer

public virtual Android.Media.Spatializer Spatializer { [Android.Runtime.Register("getSpatializer", "()Landroid/media/Spatializer;", "GetGetSpatializerHandler", ApiSince=32)] get; }
[<get: Android.Runtime.Register("getSpatializer", "()Landroid/media/Spatializer;", "GetGetSpatializerHandler", ApiSince=32)>]
member this.Spatializer : Android.Media.Spatializer

Property Value

the Spatializer instance.

Attributes

Remarks

Return a handle to the optional platform's Spatializer

Java documentation for android.media.AudioManager.getSpatializer().

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.

Applies to