Language

AudioSpatializationBehavior Enum

Definition

public enum AudioSpatializationBehavior
type AudioSpatializationBehavior = 
Inheritance
AudioSpatializationBehavior

Fields

Name Value Description
Auto 0

Constant indicating the audio content associated with these attributes will follow the default platform behavior with regards to which content will be spatialized or not.

Android reference for android.media.AudioAttributes.SPATIALIZATION_BEHAVIOR_AUTO.

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.

Never 1

Constant indicating the audio content associated with these attributes should never be virtualized.

Android reference for android.media.AudioAttributes.SPATIALIZATION_BEHAVIOR_NEVER.

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