AudioAttributes.Builder.SetIsContentSpatialized(Boolean) Method
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.
Specifies whether the content has already been processed for spatialization.
[Android.Runtime.Register("setIsContentSpatialized", "(Z)Landroid/media/AudioAttributes$Builder;", "GetSetIsContentSpatialized_ZHandler", ApiSince=32)]
public virtual Android.Media.AudioAttributes.Builder SetIsContentSpatialized(bool isSpatialized);
[<Android.Runtime.Register("setIsContentSpatialized", "(Z)Landroid/media/AudioAttributes$Builder;", "GetSetIsContentSpatialized_ZHandler", ApiSince=32)>]
abstract member SetIsContentSpatialized : bool -> Android.Media.AudioAttributes.Builder
override this.SetIsContentSpatialized : bool -> Android.Media.AudioAttributes.Builder
Parameters
- isSpatialized
- Boolean
Returns
the same Builder instance. This value cannot be null.
- Attributes
Remarks
Specifies whether the content has already been processed for spatialization. If it has, setting this to true will prevent issues such as double-processing.
Android reference for android.media.AudioAttributes.Builder.setIsContentSpatialized.
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.