blob: 3fcc39e53932f26271246b751c0758cf7905ade5 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.media;
/**
* The spatialization mode supported by the spatializer stage effect implementation.
* Used by methods of the ISpatializer interface.
* {@hide}
*/
public @interface SpatializationMode {
/** The spatializer supports binaural mode (over headphones type devices). */
public static final byte SPATIALIZER_BINAURAL = 0;
/** The spatializer supports transaural mode (over speaker type devices). */
public static final byte SPATIALIZER_TRANSAURAL = 1;
}