AudioManager.Spatializer 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 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.