public final class PHASESpatializationMode
extends java.lang.Object
Spatialization mode. [@constant] PHASESpatializationModeAutomatic Automatically select the spatialization mode based on the current output device. [@constant] PHASESpatializationModeAlwaysUseBinaural Always use binaural rendering, whether playing back on headphones or speakers. Note that when rendering binaural over speakers, special filters are applied to achieve the expected behavior. [@constant] PHASESpatializationModeAlwaysUseChannelBased Always use the appropriate channel-based panning algorithm for the output layout. Note that when rendering channel-based over headphones, the sound will play back in stereo.
| Modifier and Type | Field and Description |
|---|---|
static long |
AlwaysUseBinaural |
static long |
AlwaysUseChannelBased |
static long |
Automatic |
public static final long Automatic
public static final long AlwaysUseBinaural
public static final long AlwaysUseChannelBased